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!)
A324751 Number of strict integer partitions of n containing no prime indices of the parts. 23
1, 1, 1, 1, 2, 1, 3, 3, 2, 4, 5, 5, 6, 8, 8, 12, 10, 14, 13, 18, 19, 26, 25, 30, 34, 39, 40, 51, 55, 60, 71, 77, 90, 97, 111, 123, 136, 153, 170, 179, 216, 230, 264, 282, 322, 345, 385, 423, 470, 513, 573, 629, 686, 755, 834, 910, 1005, 1095, 1194, 1303, 1433 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798.
LINKS
EXAMPLE
The a(1) = 1 through a(13) = 8 strict integer partitions (A...D = 10...13):
1 2 3 4 5 6 7 8 9 A B C D
31 42 43 71 54 64 65 75 76
51 52 63 73 83 84 85
72 82 542 93 94
91 731 A2 B2
B1 643
751
931
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], UnsameQ@@#&&Intersection[#, PrimePi/@First/@Join@@FactorInteger/@#]=={}&]], {n, 0, 30}]
CROSSREFS
The subset version is A324741, with maximal case A324743. The non-strict version is A324756. The Heinz number version is A324758. An infinite version is A304360.
Sequence in context: A006642 A332435 A361744 * A210595 A094435 A133341
KEYWORD
nonn
AUTHOR
Gus Wiseman, Mar 16 2019
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)