login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A188800
Expansion of Weierstrass sigma function where g2 = 2, g3 = 0.
2
1, -1, -9, 69, 321, 160839, 1416951, -388946691, 25514578881, -7647989401521, -1013917176434889, -155812911328032651, 58581931023896704641, -5858755019306243919081, -408029640141643683923529, 1792307462194161463885110189, 320024081648207578976876009601
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=0} a(n) z^(4*k + 1) / (4*k + 1)! = sigma(z, 2, 0). - Michael Somos, Jun 09 2011
Column 0 of array in A188797.
MATHEMATICA
a[ n_] := If[ n < 0, 0, With[ {m = 4 n + 1}, m! SeriesCoefficient[ WeierstrassSigma[ x, {2, 0}], {x, 0, m}]]]; (* Michael Somos, Jun 09 2011 *)
CROSSREFS
Cf. A188797.
Sequence in context: A197425 A089379 A193698 * A297393 A072258 A196490
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, Apr 10 2011
EXTENSIONS
a(6) - a(16) from Nathaniel Johnston, Apr 11 2011
STATUS
approved