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!)
A154471 Function A154470 iterated, starting from the initial value 31706. 3
31706, 4517553, 4875253, 59657666, 65204804, 467824043836025, 289931140991491544956, 232993060651625904999520564, 12090001045837621170309278896817, 41831072194327417802054794318226030 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Note how A014486(31706) = 2988236 and (A014486->parenthesization 2988236) = (() (() (()) (())) (()) (())), from which, when after converting ()'s to e's we get: (e (e (e) (e)) (e) (e)), corresponding to the initial state e[e[e][e]][e][e] of Wolfram's system. A154472 gives the corresponding sequence with ()'s removed.
LINKS
FORMULA
a(0) = 31706, a(n) = A154470(a(n-1)).
PROG
(Scheme:) (define (A154471 n) (if (= 0 n) 31706 (A154470 (A154471 (-1+ n)))))
CROSSREFS
Sequence in context: A322123 A236062 A187728 * A184206 A193742 A206114
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 11 2009
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)