login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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