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!)
A091865 G.f. satisfies A(x) = 1 + x*A(x)*A(x^2)*A(x^3)*...*A(x^n)*... 10
1, 1, 1, 2, 4, 8, 15, 30, 57, 111, 214, 415, 798, 1547, 2983, 5765, 11132, 21510, 41528, 80231, 154940, 299280, 578017, 1116450, 2156280, 4164827, 8044023, 15536655, 30007988, 57958900, 111943844, 216213363, 417602892, 806575889, 1557852990 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: A(x) = 1 + x * Product_{k>=1} A(x^k).
a(n) ~ c * d^n, where d = 1.93144101206639993844275031844664... and c = 0.29686384114142059645291926346897... - Vaclav Kotesovec, Oct 02 2020
PROG
(PARI) {a(n)=local(A); A=1+x; for(i=1, n, A=1+x*prod(k=1, n, subst(A, x, x^k))+x*O(x^n)); polcoeff(A, n, x)}
CROSSREFS
Cf. A050383.
Sequence in context: A166861 A026023 A077596 * A065494 A134044 A079967
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 05 2004
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 27 14:49 EDT 2024. Contains 372019 sequences. (Running on oeis4.)