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!)
A324757 Number of integer partitions of n not containing 1 or any prime indices of the parts. 3
1, 0, 1, 1, 2, 1, 4, 3, 4, 6, 9, 7, 14, 12, 19, 21, 28, 29, 41, 45, 56, 64, 81, 89, 114, 125, 154, 176, 211, 236, 288, 324, 383, 432, 514, 578, 678, 766, 891, 1006, 1176, 1306, 1525, 1711, 1966, 2212, 2538, 2839, 3258, 3646, 4150, 4647, 5288, 5891, 6698, 7472 (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(2) = 1 through a(10) = 9 integer partitions:
(2) (3) (4) (5) (6) (7) (8) (9) (A)
(22) (33) (43) (44) (54) (55)
(42) (52) (422) (63) (64)
(222) (2222) (72) (73)
(333) (82)
(522) (433)
(442)
(4222)
(22222)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], !MemberQ[#, 1]&&Intersection[#, PrimePi/@First/@Join@@FactorInteger/@#]=={}&]], {n, 0, 30}]
CROSSREFS
The subset version is A324742, with maximal case A324763. The strict case is A324752. The Heinz number version is A324761. An infinite version is A324695.
Sequence in context: A116449 A316433 A071046 * A144334 A141210 A244373
KEYWORD
nonn
AUTHOR
Gus Wiseman, Mar 17 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 September 8 20:40 EDT 2024. Contains 375759 sequences. (Running on oeis4.)