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

%I #5 Oct 21 2018 16:06:27

%S 1,2,2,2,4,12,32,72,148,318,772,2014,5216,13060,32168,80176,204714,

%T 531054,1380492,3574768,9247262,24023702,62819630,165074070,434726670,

%U 1145890266,3024348486,7999762500,21214170582,56378759128,150069876570

%N Expansion coefficients of the solution of a functional equation.

%F G.f. A(x) satisfies A(x) = x * f(x, A(x)) where f(, ) is Ramanujan's general theta function.

%e G.f. = x + 2*x^2 + 2*x^3 + 2*x^4 + 4*x^5 + 12*x^6 + 32*x^7 + 72*x^8 + ...

%o (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))};

%K nonn

%O 1,2

%A _Michael Somos_, May 26 2005

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.)