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!)
A241998 G.f. satisfies: A(x)^2 = x + A(x*A(x)^6). 6
1, 1, 5, 95, 2865, 115995, 5795546, 341588686, 23099712021, 1759081180848, 148827977847297, 13846375810530924, 1405013226803228823, 154447381376266478808, 18287299416725063983915, 2320814090889444342775833, 314320342934125785370051303 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * 6^n * n^(n - 1/6 + 1/4*log(2)) / (exp(n) * log(2)^n), where c = 0.1671159774327212...
PROG
(PARI) {a(n)=local(A=[1, 1], Ax); for(i=1, n, A=concat(A, 0); Ax=Ser(A);
A[#A]=Vec(1+subst(Ax, x, x*Ax^6) - Ax^2)[#A]); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Cf. A240996 (q=2), A240999 (q=3), A241996 (q=4), A241997 (q=5), A241999 (q=7).
Sequence in context: A363844 A233077 A182960 * A263394 A336942 A193478
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 11 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 23 16:38 EDT 2024. Contains 371916 sequences. (Running on oeis4.)