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!)
A183088 Total number of parts that are partition numbers A000041 in all partitions of n. 2
0, 1, 3, 6, 11, 19, 32, 50, 77, 115, 170, 244, 348, 485, 674, 922, 1251, 1678, 2241, 2959, 3892, 5076, 6592, 8497, 10915, 13930, 17719, 22417, 28267, 35474, 44395, 55312, 68730, 85082, 105049, 129261, 158675, 194171, 237077, 288651 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
a(5) = 19 because the 7 partitions of 5 are [5], [4, 1], [3, 2], [3, 1, 1], [2, 2, 1], [2, 1, 1, 1], [1, 1, 1, 1, 1] and we can see that there are 19 parts that are partition numbers A000041. Note that there are 20 parts but the 4 is not a partition number, so a(5) = 20 - 1 = 19.
MATHEMATICA
A000041 = Table[PartitionsP[n], {n, 0, 45}]; Table[Length[Select[Flatten[IntegerPartitions[n]], MemberQ[A000041, #] &]], {n, 40}] (* Alonso del Arte, Aug 05 2011 *)
CROSSREFS
Sequence in context: A114089 A001976 A144115 * A326957 A116557 A001911
KEYWORD
nonn,less
AUTHOR
Omar E. Pol, Aug 05 2011
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 April 16 18:51 EDT 2024. Contains 371750 sequences. (Running on oeis4.)