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!)
A242008 G.f. satisfies: A(x) = 1 - x + A(x)^3 - A(x*A(x)^4). 3
1, 1, 1, 11, 156, 3291, 88226, 2875398, 110100183, 4841244682, 240373761685, 13302190764348, 811959804656631, 54199237928855551, 3927985314859401651, 307182890826521602838, 25785326923948811144846, 2312543296773573900444136, 220690745096282461500094088 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ c * 4^n * n^(n - 3/4 - 3/8*log(2)) / (exp(n) * (log(2))^n), where c = 0.137369844026491686111562...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A = 2*A - (1-x + A^3 - subst(A, x, x*A^4 +x*O(x^n))) ); polcoeff(A, n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Cf. A242007 (q=3), A242009 (q=5).
Sequence in context: A191534 A243947 A156933 * A158512 A348151 A324430
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 11 2014
EXTENSIONS
Name corrected by Vaclav Kotesovec and Paul D. Hanna, Aug 15 2014
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 19 18:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)