The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071884 Trajectory of 37 under map x -> A002487(x)*A002487(x+1). 3

%I #7 Nov 04 2013 12:21:57

%S 37,77,170,714,3450,10414,68145,303610,721305,1815066,17782782,

%T 4598150,68178460,133118649,585506070,20663527908,777507763200,

%U 264506067126,73112062114130,5907184479605316,516068243814152148

%N Trajectory of 37 under map x -> A002487(x)*A002487(x+1).

%C All smaller starting values lead into a cycle after a small number of steps; this appears to have an infinite trajectory.

%p # n is starting value, m is length of trajectory to compute

%p f := proc(n,m) local t1,i,j; t1 := [n]; for i from 2 to m do j := t1[i-1]; t1 := [op(t1), A002487(j)*A002487(j+1)]; od: t1; end;

%Y Cf. A002487, A071885, A071886, A071887.

%K nonn

%O 0,1

%A _N. J. A. Sloane_ and _J. H. Conway_, Jun 10 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 16 13:17 EDT 2024. Contains 372552 sequences. (Running on oeis4.)