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!)
A195130 Series inversion of A100130. 3
1, 24, 852, 35744, 1645794, 80415216, 4094489992, 214888573248, 11542515402255, 631467591949480, 35063515239394764, 1971043639046131296, 111949770626330347638, 6414671157989386260432, 370360217892318010055832 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A005149(n) = -(-1)^n * a(n).
EXAMPLE
G.f. = q + 24*q^2 + 852*q^3 + 35744*q^4 + 1645794*q^5 + 80415216*q^6 + ...
MATHEMATICA
a[ n_] := If[ n < 1, 0, SeriesCoefficient[ InverseSeries[ Series[ q / QPochhammer[ -q, q^2]^24, {q, 0, n}], q], {q, 0, n}]];
PROG
(PARI) {a(n) = if( n<1, 0, polcoeff( serreverse( x * prod( k=1, n, 1 + (-x)^k, 1 + x * O(x^n) )^24), n))};
CROSSREFS
Sequence in context: A078522 A268632 A208792 * A005149 A027411 A184281
KEYWORD
nonn
AUTHOR
Michael Somos, Sep 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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)