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!)
A055104 Expansion of 1 + q/((1-q)*(1-q^2)) + q^2/((1-q)*(1-q^2)*(1-q^3)*(1-q^4)). 2
1, 1, 2, 3, 4, 6, 8, 10, 13, 16, 20, 24, 29, 34, 41, 47, 55, 63, 73, 82, 94, 105, 119, 132, 148, 163, 182, 199, 220, 240, 264, 286, 313, 338, 368, 396, 429, 460, 497, 531, 571, 609, 653, 694, 742, 787, 839, 888, 944, 997, 1058, 1115, 1180, 1242 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
First 3 terms of a sum studied by Ramanujan.
LINKS
G. E. Andrews, Simplicity and surprise in Ramanujan's "Lost" Notebook, Amer. Math. Monthly, 104 (No. 10, Dec. 1997), 918-925.
MATHEMATICA
LinearRecurrence[{1, 1, 0, 0, -2, 0, 0, 1, 1, -1}, {1, 1, 2, 3, 4, 6, 8, 10, 13, 16, 20}, 60] (* Harvey P. Dale, Mar 11 2019 *)
PROG
(PARI) Vec((1 - x^4 + x^5 - x^9 + x^10) / ((1 - x)^4*(1 + x)^2*(1 + x^2)*(1 + x + x^2)) + O(x^100)) \\ Colin Barker, Oct 02 2017
CROSSREFS
Sequence in context: A002984 A109965 A008669 * A062435 A171997 A020702
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 14 2000
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 3 11:14 EDT 2024. Contains 372207 sequences. (Running on oeis4.)