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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133041 Sum of n and partition number of n. 3
1, 2, 4, 6, 9, 12, 17, 22, 30, 39, 52, 67, 89, 114, 149, 191, 247, 314, 403, 509, 647, 813, 1024, 1278, 1599, 1983, 2462, 3037, 3746, 4594, 5634, 6873, 8381, 10176, 12344, 14918, 18013, 21674, 26053, 31224, 37378, 44624, 53216 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = n + partition(n) = n + A000041(n).

MATHEMATICA

lst={}; Do[AppendTo[lst, PartitionsP[n]+n], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 16 2009]

CROSSREFS

Cf. A001365, A014688, A064985, A090631, A102379. Partition number: A000041.

Sequence in context: A090631 A001365 A102379 * A079492 A173784 A094660

Adjacent sequences:  A133038 A133039 A133040 * A133042 A133043 A133044

KEYWORD

nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Oct 29 2007

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 14 05:41 EST 2012. Contains 205570 sequences.