# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a092500 Showing 1-1 of 1 %I A092500 #10 Apr 07 2021 02:49:57 %S A092500 0,10,110,12110,146652110,21506841367452110, %T A092500 462544225604749344790073143452110, %U A092500 213947160640297259376086109686762856183078407835978386567863452110 %N A092500 a(0)=0; for n>0, a(n) = a(n-1)^2 + 10. %D A092500 Seen in a book of childrens' puzzles. %H A092500 A. V. Aho and N. J. A. Sloane, Some doubly exponential sequences, Fibonacci Quarterly, Vol. 11, No. 4 (1973), pp. 429-437, alternative link. %H A092500 Index entries for sequences of form a(n+1)=a(n)^2 + ... %F A092500 a(n) ~ c^(2^n), where c = 3.238866292437990085943388592812059704313575654180076939634689321634968834... . - _Vaclav Kotesovec_, Dec 17 2014 %t A092500 RecurrenceTable[{a[0]==0, a[n]==a[n-1]^2 + 10}, a, {n, 0, 10}] (* _Vaclav Kotesovec_, Dec 17 2014 *) %K A092500 nonn %O A092500 0,2 %A A092500 _N. J. A. Sloane_, Apr 07 2004 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE