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!)
A284836 Expansion of Sum_{i>=1} x^(i^2)/(1 - x^(i^2)) * Product_{j=1..i} 1/(1 - x^(j^2)). 0
1, 2, 3, 5, 6, 7, 8, 11, 13, 14, 15, 19, 21, 22, 23, 29, 31, 34, 35, 42, 44, 47, 48, 56, 60, 63, 67, 76, 80, 83, 87, 99, 103, 108, 112, 130, 134, 139, 143, 162, 169, 174, 180, 200, 213, 218, 224, 248, 262, 272, 278, 306, 320, 337, 343, 372, 390, 408, 419, 449, 471, 489, 508, 544, 567, 591, 611, 654, 677, 705 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Total number of largest parts in all partitions of n into squares (A000290).
LINKS
FORMULA
G.f.: Sum_{i>=1} x^(i^2)/(1 - x^(i^2)) * Product_{j=1..i} 1/(1 - x^(j^2)).
EXAMPLE
a(9) = 13 because we have [9], [4, 4, 1], [4, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1] and 1 + 2 + 1 + 9 = 13.
MATHEMATICA
nmax = 70; Rest[CoefficientList[Series[Sum[x^i^2/(1 - x^i^2) Product[1/(1 - x^j^2), {j, 1, i}], {i, 1, nmax}], {x, 0, nmax}], x]]
PROG
(PARI) x='x+O('x^71); Vec(sum(i=1, 71, x^(i^2)/(1 - x^(i^2)) * prod(j=1, i, 1/(1 - x^(j^2))))) \\ Indranil Ghosh, Apr 04 2017
CROSSREFS
Sequence in context: A140661 A063966 A123030 * A267300 A063752 A191893
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 03 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 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)