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!)
A107902 Expansion coefficients of the solution of a functional equation. 2
1, 2, 2, 2, 4, 12, 32, 72, 148, 318, 772, 2014, 5216, 13060, 32168, 80176, 204714, 531054, 1380492, 3574768, 9247262, 24023702, 62819630, 165074070, 434726670, 1145890266, 3024348486, 7999762500, 21214170582, 56378759128, 150069876570 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f. A(x) satisfies A(x) = x * f(x, A(x)) where f(, ) is Ramanujan's general theta function.
EXAMPLE
G.f. = x + 2*x^2 + 2*x^3 + 2*x^4 + 4*x^5 + 12*x^6 + 32*x^7 + 72*x^8 + ...
PROG
(PARI) {a(n) = my(A); if( n<1, 0, A = x + O(x^2); for(k=2, n, A = x * sum(i= -sqrtint(n-1), sqrtint(n+2), x^((i^2+i)/2) * A^((i^2-i)/2))); polcoeff(A, n))};
CROSSREFS
Sequence in context: A131562 A260786 A067920 * A142974 A259856 A279805
KEYWORD
nonn
AUTHOR
Michael Somos, May 26 2005
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)