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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090982 Partitions(n)*Partitions(n+1). 0
1, 2, 6, 15, 35, 77, 165, 330, 660, 1260, 2352, 4312, 7777, 13635, 23760, 40656, 68607, 114345, 188650, 307230, 496584, 793584, 1257510, 1976625, 3083850, 4769688, 7332360, 11191180, 16972670, 25582260, 38342568, 57123858, 84683907 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

a(3)=15 because Partitions(3)*Partitions(4)=3*5=15

MAPLE

seq(numbpart(k)*numbpart(k+1), k=0..32) ; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 06 2007

MATHEMATICA

Table[PartitionsP[n + 1]*PartitionsP[n], {n, 0, 36}]

PROG

(PARI) a(n)=numbpart(n)*numbpart(n+1) (Charles R Greathouse IV (charles.greathouse(AT)case.edu), Sep 02 2009)

CROSSREFS

Cf. A000041, A000070.

Sequence in context: A014303 A076060 A126764 * A153517 A136302 A116404

Adjacent sequences:  A090979 A090980 A090981 * A090983 A090984 A090985

KEYWORD

easy,nonn

AUTHOR

Wouter Meeussen (wouter.meeussen(AT)pandora.be), Feb 28 2004

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 21:13 EST 2012. Contains 206085 sequences.