Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114921
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114921 Expansion of a q-series. +0
1
1, 0, 1, 2, 4, 6, 11, 16, 27, 40, 63, 92, 141, 202, 299, 426, 614, 862, 1222, 1694, 2362, 3242, 4456, 6054, 8229, 11072, 14891, 19872, 26477, 35050, 46320, 60866, 79827, 104194, 135703, 176008, 227791, 293702, 377874, 484554, 620011, 790952, 1006924 (list; graph; listen)
OFFSET

0,4

FORMULA

G.f.: 1+Sum_{k>0} (x^k/((1-x)(1-x^2)...(1-x^k)))^2 = (1+ Sum_{k>0} 2(-1)^k x^((k^2+k)/2) )/(Product_{k>0}(1-x^k))^2.

PROGRAM

(PARI) {a(n)=if(n<0, 0, polcoeff( sum(k=0, n\2, x^(2*k)/prod(i=1, k, 1-x^i, 1+x*O(x^n))^2), n))}

(PARI) {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( sum(k=1, sqrtint(8*n+1)\2, 2*(-1)^k*x^((k^2+k)/2), 1+A)/eta(x+A)^2, n))}

CROSSREFS

Sequence in context: A062766 A115269 A103692 this_sequence A103442 A056342 A094719

Adjacent sequences: A114918 A114919 A114920 this_sequence A114922 A114923 A114924

KEYWORD

nonn

AUTHOR

Michael Somos, Jan 07 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research