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!)
A280951 Expansion of Product_{k>=0} 1/(1 - x^(2*k*(k+1)+1)). 7
1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 7, 7, 7, 8, 8, 10, 11, 11, 12, 12, 14, 15, 15, 16, 16, 18, 19, 19, 21, 22, 24, 26, 26, 28, 29, 31, 33, 33, 35, 36, 39, 42, 43, 45, 47, 50, 53, 54, 56, 58, 61, 65, 66, 69, 72, 76, 81, 83, 86, 89, 93, 98, 100, 103, 107, 112, 118, 121, 125, 130, 136, 142, 146 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Number of partitions of n into centered square numbers (A001844).
LINKS
M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to arXiv version]
M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to Lin. Alg. Applic. version together with omitted figures]
Eric Weisstein's World of Mathematics, Centered Square Number
FORMULA
G.f.: Product_{k>=0} 1/(1 - x^(2*k*(k+1)+1)).
EXAMPLE
a(10) = 3 because we have [5, 5], [5, 1, 1, 1, 1, 1] and [1, 1, 1, 1, 1, 1, 1, 1, 1, 1].
MATHEMATICA
nmax = 82; CoefficientList[Series[Product[1/(1 - x^(2 k (k + 1) + 1)), {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A090735 A090736 A094999 * A120202 A141053 A301507
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 11 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)