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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120380 Number of partitions of n*(n+1). 1
1, 2, 11, 77, 627, 5604, 53174, 526823, 5392783, 56634173, 607163746, 6620830889, 73232243759, 819876908323, 9275102575355, 105882246722733, 1218374349844333, 14118662665280005, 164637479165761044, 1930656072350465812, 22755290216580025259, 269435605212954994471 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Author?, Title

Author?, Title

EXAMPLE

a(2)=11 because the number of partitions of 6 is 11.

MAPLE

with(combinat); [seq(numbpart(n*(n+1)), n=1..20)];

with(combinat): seq(numbpart(n*(n+1)), n=0..21);

PROG

(PARI) a(n)=numbpart(n^2+n) /* Michael Somos Jul 24 2006 */

CROSSREFS

Cf. A003107, A002378.

Sequence in context: A053481 A110329 A006766 * A079266 A094569 A151418

Adjacent sequences:  A120377 A120378 A120379 * A120381 A120382 A120383

KEYWORD

nonn

AUTHOR

Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 29 2006

EXTENSIONS

Edited by Michael Somos, Emeric Deutsch (deutsch(AT)duke.poly.edu) and N. J. A. Sloane (njas(AT)research.att.com), Jul 23 2006

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 17 04:58 EST 2012. Contains 205985 sequences.