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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158818 Number of partitions of A006003(n). 0
176, 12310, 2012558, 679903203, 435157697830, 495741934760846, 958728697912338045, 3031941282464413132742, 15209368375944215483241988, 117991131259998859170817958839, 1385397746569649033264079085023363, 24166113822086183031380235679888630795 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

FORMULA

a(n) = A000041(A006003(n)).

MAPLE

A006003 := proc(n) n*(n^2+1)/2 ; end: A000041 := proc(n) combinat[numbpart](n) ; end: for n from 3 to 20 do printf("%d, ", A000041(A006003(n)) ) : od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 28 2009]

CROSSREFS

Sequence in context: A027483 A068244 A083961 * A035829 A184293 A159426

Adjacent sequences:  A158815 A158816 A158817 * A158819 A158820 A158821

KEYWORD

nonn

AUTHOR

Paul Muljadi (paulmuljadi(AT)yahoo.com), Mar 27 2009

EXTENSIONS

Definition simplified, offset adjusted, extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 04 2009

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 15 09:26 EST 2012. Contains 205753 sequences.