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!)
A302688 Expansion of 1 + x*(1 + 2*x*(1 + 3*x*(1 + 4*x*(1 + 5*x*(1 + ...)^5)^4)^3)^2). 2
1, 1, 2, 12, 162, 3888, 144768, 7693920, 551981520, 51355426992, 6010929609408, 864202875949440, 149698423474606080, 30747550680449611200, 7388611598645058636000, 2053517715502048081023360, 653614372412684344833419520, 236202930442590804658824312960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
(a(n) / n!^2)^(1/n) tends to 1.36594... - Vaclav Kotesovec, Apr 12 2018
LINKS
FORMULA
G.f. A(x) = 1 + x + 2*x^2 + 12*x^3 + 162*x^4 + 3888*x^5 + 144768*x^6 + 7693920*x^7 + 551981520*x^8 + ...
MATHEMATICA
nmax = 17; CoefficientList[Series[1 + x Fold[((#2 + 1) x #1 + 1)^#2 &, 0, Reverse[Range[nmax]]], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A177778 A180420 A012328 * A201007 A226058 A120958
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 11 2018
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 May 9 15:13 EDT 2024. Contains 372352 sequences. (Running on oeis4.)