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!)
A037121 Trajectory of 3 under map n -> 47n+1 if n odd, n->n/2 if n even. 2

%I #7 Apr 06 2018 17:38:40

%S 3,142,71,3338,1669,78444,39222,19611,921718,460859,21660374,10830187,

%T 509018790,254509395,11961941566,5980970783,281105626802,140552813401,

%U 6605982229848,3302991114924,1651495557462

%N Trajectory of 3 under map n -> 47n+1 if n odd, n->n/2 if n even.

%t NestList[If[EvenQ[#],#/2,47#+1]&,3,30] (* _Harvey P. Dale_, May 05 2014 *)

%K nonn

%O 0,1

%A _N. J. A. Sloane_.

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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)