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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)