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!)
A105639 Multiples of coefficients in an asymptotic series of Ramanujan. 1
0, 1, 3, 51, 2635, 321315, 79244571, 35534634163, 26790753983211, 31980883597248195, 57639013468037578555, 150903079070698932214611, 555841597474333410204232203, 2804056152239296833617706906211, 18933384891214439885244043983467355 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
G. H. Hardy, Srinivasa Ramanujan (1887-1920), pp. xxi-xxxvi of Collected Papers of Srinivasa Ramanujan, Ed. G. H. Hardy et al., AMS Chelsea 2000. See page xxvi VII. (4)
LINKS
FORMULA
a(n) = -G(n)G(n+1) where G=A001469 Genocchi numbers.
Sum_{k>0} k^2/(e^(k*x) - 1) = zeta(3)*2/x^3 - 1/(12*x) + Sum_{k>0} a(k)x^(2*k-1)/((2*k)!(2*k+2)*4*(2^(2*k)-1)*(2^(2*k+2)-1)).
EXAMPLE
x/1440 + x^3/181440 + x^5/7257600 + x^7/159667200 + 691x^9/1569209241600 + ...
PROG
(PARI) a(n)=if(n<0, 0, n*=2; -4*(2^n-1)*(4*2^n-1)*bernfrac(n)*bernfrac(n+2))
CROSSREFS
Cf. A001469.
Sequence in context: A187666 A172434 A210676 * A003028 A069343 A084882
KEYWORD
nonn
AUTHOR
Michael Somos, Apr 16 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 March 28 13:35 EDT 2024. Contains 371254 sequences. (Running on oeis4.)