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!)
A370805 Number of condensed integer partitions of n into parts > 1. 7
1, 0, 1, 1, 2, 2, 3, 4, 6, 6, 9, 11, 15, 18, 22, 27, 34, 41, 51, 62, 75, 90, 109, 129, 153, 185, 217, 258, 307, 359, 421 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
These are partitions without ones such that it is possible to choose a different divisor of each part.
LINKS
EXAMPLE
The a(0) = 1 through a(9) = 6 partitions:
() . (2) (3) (4) (5) (6) (7) (8) (9)
(2,2) (3,2) (3,3) (4,3) (4,4) (5,4)
(4,2) (5,2) (5,3) (6,3)
(3,2,2) (6,2) (7,2)
(3,3,2) (4,3,2)
(4,2,2) (5,2,2)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], FreeQ[#, 1] && Length[Select[Tuples[Divisors/@#], UnsameQ@@#&]]>0&]], {n, 0, 30}]
CROSSREFS
The version with ones is A239312, complement A370320.
These partitions have as ranks the odd terms of A368110, complement A355740.
The version for prime factors is A370592, complement A370593, post A370807.
The complement without ones is A370804, ranked by the odd terms of A355740.
The version for factorizations is A370814, complement A370813.
A000005 counts divisors.
A000041 counts integer partitions, strict A000009.
A355731 counts choices of a divisor of each prime index, firsts A355732.
Sequence in context: A008806 A356607 A366843 * A238860 A144367 A370778
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Mar 04 2024
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 30 00:34 EDT 2024. Contains 373859 sequences. (Running on oeis4.)