The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A228816 Sum of all parts of all partitions of n that contain 1 as a part. 1
1, 2, 6, 12, 25, 42, 77, 120, 198, 300, 462, 672, 1001, 1414, 2025, 2816, 3927, 5346, 7315, 9800, 13167, 17424, 23046, 30120, 39375, 50908, 65772, 84280, 107822, 136950, 173724, 218944, 275517, 344862, 430850, 535788, 665149, 822206, 1014585, 1247400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n*A000041(n-1).
a(n) = A066186(n-1) + A000041(n-1), n >= 2.
a(n) = A194552(n-1) + A000070(n-1), n >= 2.
MATHEMATICA
Table[Total[Flatten[Select[IntegerPartitions[n], MemberQ[#, 1]&]]], {n, 40}] (* Harvey P. Dale, Sep 27 2015 *)
CROSSREFS
Column 1 of A182701.
Sequence in context: A180071 A034882 A175943 * A294565 A210068 A210633
KEYWORD
nonn
AUTHOR
Omar E. Pol, Sep 23 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)