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!)
A309266 Expansion of (1 + x) * Product_{k>=1} (1 + x^k)/(1 - x^k). 0
1, 3, 6, 12, 22, 38, 64, 104, 164, 254, 386, 576, 848, 1232, 1768, 2512, 3534, 4926, 6812, 9348, 12736, 17240, 23192, 31016, 41256, 54594, 71890, 94232, 122976, 159816, 206872, 266768, 342756, 438868, 560064, 712448, 903526, 1142478, 1440528, 1811384, 2271720, 2841800, 3546224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1 + x)/theta_4(x), where theta_4() is the Jacobi theta function.
a(n) = A015128(n) + A015128(n-1).
a(n) ~ exp(Pi*sqrt(n)) / (4*n) * (1 - (Pi/4 + 1/Pi)/sqrt(n)). - Vaclav Kotesovec, Jul 20 2019
MATHEMATICA
nmax = 42; CoefficientList[Series[(1 + x) Product[(1 + x^k)/(1 - x^k), {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = Sum[PartitionsP[k] PartitionsQ[n - k], {k, 0, n}]; Table[a[n] + a[n - 1], {n, 0, 42}]
CROSSREFS
Sequence in context: A139422 A062483 A174013 * A081056 A242448 A066982
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 20 2019
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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)