Showing posts with label Algorithm. Show all posts
Showing posts with label Algorithm. Show all posts

4 March 2014

Curious Sequence 153 Calculator

Curious sequence 153 Calculator


This tool solves the sum of the cubes of the digits: 23 + 43 = 8 + 64 = 72. This calculation is repeated by the new number: 73 + 23 = 343 + 8 = 351. Again: 33 + 53 + 13 = 27 + 125 + 1 = 153. Again: 13 + 53 + 33 = 1 + 125 + 27 =153. The sequence is then: 24, 72, 351, 153, 153. 


Enter Positive Integer:(multiple of 3)
 



12 April 2013

Juggler Sequence Calculator

Juggler sequence calculator. Number Series Calculator generates Juggler sequence.

Juggler sequence is an integer sequence that starts with a positive integer a0, with each subsequent term in the sequence defined by the recurrence relation.


Calculation of Juggler sequence using JavaScript:-
Juggler sequence:F(p) = {⌊√p⌋ (if p is even) ∨ ⌊p√p⌋ (if p is odd)}

            Input any positive integer:

           

F(p) =