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!)
A191803 G.f. satisfies: A(x) = Sum_{n>=0} x^n*A(x)^(5*n^2). 5
1, 1, 6, 61, 791, 11701, 188462, 3225915, 57840755, 1076423857, 20666351126, 407645638428, 8237858879315, 170229866493435, 3592746391559133, 77393340642273491, 1701286171473636404, 38169860244429063080 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Let A = g.f. A(x), then A satisfies:
(1) A = Sum_{n>=0} x^n*A^(5*n)*Product_{k=1..n} (1-x*A^(20*k-15))/(1-x*A^(20*k-5));
(2) A = 1/(1- A^5*x/(1- A^5*(A^10-1)*x/(1- A^25*x/(1- A^15*(A^20-1)*x/(1- A^45*x/(1- A^25*(A^30-1)*x/(1- A^65*x/(1- A^35*(A^40-1)*x/(1- ...))))))))) (continued fraction);
due to a q-series identity and an identity of a partial elliptic theta function, respectively.
EXAMPLE
G.f.: A(x) = 1 + x + 6*x^2 + 61*x^3 + 791*x^4 + 11701*x^5 + 188462*x^6 +...
where the g.f. satisfies:
A(x) = 1 + x*A(x)^5 + x^2*A(x)^20 + x^3*A(x)^45 + x^4*A(x)^80 +...+ x^n*A(x)^(5*n^2) +...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=1+sum(m=1, n, x^m*(A+x*O(x^n))^(5*m^2))); polcoeff(A, n)}
CROSSREFS
Sequence in context: A369509 A064088 A342110 * A259271 A047737 A302535
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 16 2011
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 18 11:29 EDT 2024. Contains 371779 sequences. (Running on oeis4.)