The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A335158 Define b(n) by 1/sm(w) = Sum_{n >= 0} b(3*n-1)*w^(3*n-1), where sm(w) is the elliptic function defined in A104133; a(n) = denominator of b(3*n-1). 3
1, 6, 252, 4536, 2476656, 3714984, 35574686784, 15246294336, 582713369521920, 1123804355506560, 2048470579217357568, 35116638500868986880, 283061106066827553906954240, 4665842407694959679784960, 1533625072670071687067878072320, 394360732972304148103168647168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
Oscar S. Adams, Elliptic Functions Applied to Conformal World Maps, Special Publication No. 112 of the U.S. Coast and Geodetic Survey, 1925. See pp. 3-4.
LINKS
EXAMPLE
1/sm(w) = w^(-1) + (1/6)*w^2 - (1/252)*w^5 - (1/4536)*w^8 + (11/2476656)*w^11 + (1/3714984)*w^14 - (193/35574686784)*w^17 - (5/15246294336)*w^20 + (3851/582713369521920)*w^23 + (449/1123804355506560)*w^26 - ...
PROG
(PARI) aden(nn) = my(A = O(x)); for(i=0, nn, A = intformal( (1 - intformal(A^2))^2) ); my(v=Vec(1/A)); apply(x->denominator(x), vector(#v\3, k, v[3*k-2]));
CROSSREFS
Cf. A104133 (sm), A104134 (cm), A335157 (numerators).
See also A335180, A335181.
Sequence in context: A229475 A281054 A056238 * A221822 A361186 A184424
KEYWORD
nonn,frac
AUTHOR
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 May 14 14:06 EDT 2024. Contains 372533 sequences. (Running on oeis4.)