login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066183 Total sum of squares of parts in all partitions of n. 5
1, 6, 17, 44, 87, 180, 311, 558, 910, 1494, 2302, 3608, 5343, 7986, 11554, 16714, 23549, 33270, 45942, 63506, 86338, 117156, 156899, 209926, 277520, 366260, 479012, 624956, 808935, 1044994, 1340364, 1715572, 2182935, 2770942, 3499379 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Sum of hook lengths of all boxes in the Ferrers diagrams of all partitions of n (see the Guo-Niu Han paper, p. 25, Corollary 6.5). Example: a(3)=17 because for the partitions (3), (2,1), (1,1,1) of n=3 the hook length multi-sets are {3,2,1}, {3,1,1},{3,2,1}, respectively; the total sum of all hook lengths is 6+5+6=17. - Emeric Deutsch (deutsch(AT)duke.poly.edu), May 15 2008

REFERENCES

Guo-Niu Han, An explicit expansion formula for the powers of the Euler product in terms of partition hook lengths, arXiv:0804.1849v3 [math.CO] 9 May 2008.

FORMULA

Sum_{k=1..n} sigma_2(k)*numbpart(n-k), where sigma_2(k)=sum of squares of divisors of k=A001157(k). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jan 26 2002

EXAMPLE

a(3)=17 because the squares of all partitions of 3 are {9},{4,1} and {1,1,1}, summing to 17.

MATHEMATICA

Table[Apply[Plus, Partitions[n]^2, {0, 2}], {n, 30}]

CROSSREFS

Cf. A000041, A001157.

Sequence in context: A171507 A099858 A062020 * A048746 A026382 A054492

Adjacent sequences:  A066180 A066181 A066182 * A066184 A066185 A066186

KEYWORD

easy,nonn

AUTHOR

Wouter Meeussen (wouter.meeussen(AT)pandora.be), Dec 15 2001

EXTENSIONS

More terms from Naohiro Nomoto (n_nomoto(AT)yabumi.com), Feb 07 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 13:48 EST 2012. Contains 205921 sequences.