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!)
A321481 Expansion of Sum_{n>=1} q^(n*(n-1)) / (1-q)^n. 1
1, 1, 2, 3, 4, 5, 7, 10, 14, 19, 25, 32, 41, 53, 69, 90, 117, 151, 193, 244, 306, 382, 476, 593, 739, 921, 1147, 1426, 1768, 2184, 2687, 3293, 4022, 4899, 5955, 7228, 8764, 10618, 12855, 15551, 18794, 22685, 27340, 32893, 39500, 47344, 56641, 67647, 80666, 96059, 114254, 135757, 161164, 191174, 226603, 268399 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Sum_{n>=1} q^(n*(n-1)) / (1-q)^n.
MATHEMATICA
nmax = 60; CoefficientList[Series[Sum[x^(k*(k-1))/(1-x)^k, {k, 1, Sqrt[nmax] + 1}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Nov 11 2018 *)
PROG
(PARI) N=66; q='q+O('q^N); Vec( sum(n=1, N, q^(n*(n-1))/(1-q)^n) )
CROSSREFS
Cf. A098132 (expansion of Sum_{n>=0} q^(n*(n+1)) / (1-q)^n ).
Cf. A063978.
Sequence in context: A039857 A255216 A017836 * A238874 A099559 A247084
KEYWORD
nonn
AUTHOR
Joerg Arndt, Nov 11 2018
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 June 10 06:18 EDT 2024. Contains 373253 sequences. (Running on oeis4.)