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!)
A302657 a(n) = [x^n] 1 + x*(1 + 2*x*(1 + 3*x*(1 + 4*x*(1 + 5*x*(1 + ...)^n)^n)^n)^n)^n. 3

%I #20 Apr 12 2018 05:15:31

%S 1,1,4,66,2576,181580,20040132,3176873014,683004260416,

%T 191131280146584,67496202291859460,29358012892996082966,

%U 15422766301341408798384,9628365732822661693594804,7046590639669984518105404260,5975695685335003337179698967230,5813189543201787075970895280603392

%N a(n) = [x^n] 1 + x*(1 + 2*x*(1 + 3*x*(1 + 4*x*(1 + 5*x*(1 + ...)^n)^n)^n)^n)^n.

%C (a(n) / (n-1)!^2)^(1/n) tends to 4.3002... - _Vaclav Kotesovec_, Apr 11 2018

%H Vaclav Kotesovec, <a href="/A302657/b302657.txt">Table of n, a(n) for n = 0..100</a>

%t Table[SeriesCoefficient[1 + x Fold[((#2 + 1) x #1 + 1)^n &, 0, Reverse[Range[n]]], {x, 0, n}], {n, 0, 16}]

%Y Cf. A000142, A128318, A128319, A302686.

%K nonn

%O 0,3

%A _Ilya Gutkovskiy_, Apr 11 2018

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 September 13 05:16 EDT 2024. Contains 375859 sequences. (Running on oeis4.)