Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143184
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143184 Coefficients of a Ramanujan q-series. +0
1
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; listen)
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 + ...

PROGRAM

(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 this_sequence A116084 A108925 A120549

Adjacent sequences: A143181 A143182 A143183 this_sequence A143185 A143186 A143187

KEYWORD

nonn

AUTHOR

Michael Somos, Jul 28 2008

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 November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research