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!)
A135381 a(n) = high point in trajectory of n under repeated application of powertrain map (see A133500). 4
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 32, 531441, 128, 256, 512, 30, 31, 32, 128, 81, 5832000, 729, 30840979456, 191102976, 102372436321763328, 40, 41, 42, 531441, 256, 1024, 531441, 531441, 5832000, 8470728, 50, 51, 32, 125, 625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
The trajectory of 39 is 39 -> 19683 -> 5038848 -> 214990848 -> 17179869184 -> 1735247072139264 -> 19999187712 -> 102372436321763328 -> 8813365017182208 -> 0, so a(39) = 102372436321763328.
MAPLE
maxtraj := proc(n) local h, p, M, t1, t2, i; M:=100; t1:=n; h:=n; for i from 1 to M do t2:=powertrain(t1); if t2 = t1 then RETURN(n, h); fi; if t2 > t1 then h:=t2; fi; t1:=t2; od; RETURN(n, -1); end;
CROSSREFS
Cf. A133500, A133501. For records see A135382, A135383.
Sequence in context: A050608 A260424 A090273 * A135382 A351831 A328617
KEYWORD
nonn,base
AUTHOR
J. H. Conway and N. J. A. Sloane, Dec 10 2007
STATUS
approved

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 28 21:55 EDT 2024. Contains 372095 sequences. (Running on oeis4.)