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!)
A282209 Expansion of Product_{k>=1} 1/(1 - k^2*x^(k^2)). 1
1, 1, 1, 1, 5, 5, 5, 5, 21, 30, 30, 30, 94, 130, 130, 130, 402, 546, 627, 627, 1715, 2291, 2615, 2615, 6967, 9440, 10736, 11465, 28873, 38765, 43949, 46865, 116753, 156321, 178578, 190242, 476391, 634663, 723691, 770347, 1914943, 2550735, 2906847, 3107160, 7685544 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Sum of products of terms in all partitions of n into squares (A000290).
LINKS
FORMULA
G.f.: Product_{k>=1} 1/(1 - k^2*x^(k^2)).
From Vaclav Kotesovec, Feb 09 2017: (Start)
a(n) ~ c * 2^(n/2), where:
c = 1.84902025727376837058629436557644856279088... if n == 0 (mod 4),
c = 1.74739571210218418633067606853005648684028... if n == 1 (mod 4),
c = 1.41060067910504703778072732362810764186990... if n == 2 (mod 4),
c = 1.06705333199321743850009229910087278853310... if n == 3 (mod 4).
(End)
EXAMPLE
a(8) = 21 because we have [4, 4], [4, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1], 4*4 = 16, 4*1*1*1*1 = 4, 1*1*1*1*1*1*1*1 = 1 and 16 + 4 + 1 = 21.
MATHEMATICA
nmax = 44; CoefficientList[Series[Product[1/(1 - k^2 x^k^2), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A078097 A285243 A339704 * A082476 A365492 A024729
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 09 2017
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)