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!)
A179756 Iterates of A122237 starting from the initial value 8. 5
8, 20, 57, 167, 569, 1832, 5693, 19241, 72004, 251434, 817685, 2912603, 11464927, 41520649, 137255398, 502535651, 2038965137, 7539964485, 25351037019, 94403539934, 389919393256, 1461664899103, 4982806264910, 18769209002168 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See the illustrations at A179757.
LINKS
FORMULA
a(1) = 8, a(n) = A122237(A179756(a(n-1))).
PROG
(Scheme:) (define (A179756 n) (if (= 1 n) 8 (A122237 (A179756 (-1+ n)))))
CROSSREFS
Sequence in context: A295933 A360222 A212758 * A238507 A101363 A003685
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 03 2010
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 23 12:44 EDT 2024. Contains 371913 sequences. (Running on oeis4.)