login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143184 Coefficients of a Ramanujan q-series. 0
1, 1, 2, 4, 6, 10, 15, 23, 33, 49, 69, 98, 136, 188, 256, 348, 466, 622, 824, 1084, 1418, 1846, 2389, 3077, 3947, 5038, 6407, 8115, 10241, 12876, 16141, 20160, 25110, 31179, 38609, 47674, 58724, 72141, 88421, 108114, 131902, 160565, 195061, 236468 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

REFERENCES

S. Ramanujan, The Lost Notebook and Other Unpublished Papers, Narosa Publishing House, New Delhi, 1988, p. 10

FORMULA

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

EXAMPLE

1 + q + 2*q^2 + 4*q^3 + 6*q^4 + 10*q^5 + 15*q^6 + 23*q^7 + 33*q^8 + ...

PROG

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

CROSSREFS

Convolution with A002448 is A132211.

Sequence in context: A086182 A035294 A073818 * A116084 A108925 A120549

Adjacent sequences:  A143181 A143182 A143183 * A143185 A143186 A143187

KEYWORD

nonn

AUTHOR

Michael Somos, Jul 28 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.