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!)
A350837 Number of integer partitions of n with no adjacent parts of quotient 2. 11
1, 1, 2, 2, 4, 5, 7, 10, 14, 18, 24, 31, 41, 53, 70, 87, 112, 140, 178, 221, 277, 344, 428, 526, 648, 792, 971, 1180, 1436, 1738, 2103, 2533, 3049, 3660, 4387, 5242, 6259, 7450, 8860, 10511, 12453, 14723, 17387, 20489, 24121, 28343, 33269, 38982, 45632, 53327 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The first of these partitions that is not double-free (see A323092 for definition) is (4,3,2).
LINKS
EXAMPLE
The a(1) = 1 through a(7) = 10 partitions:
(1) (2) (3) (4) (5) (6) (7)
(11) (111) (22) (32) (33) (43)
(31) (41) (51) (52)
(1111) (311) (222) (61)
(11111) (411) (322)
(3111) (331)
(111111) (511)
(4111)
(31111)
(1111111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], FreeQ[Divide@@@Partition[#, 2, 1], 2]&]], {n, 0, 15}]
CROSSREFS
The version with quotients >= 2 is A000929, sets A018819.
<= 2 is A342094, ranked by A342191.
< 2 is A342096, sets A045690, strict A342097.
> 2 is A342098, sets A040039.
The sets version (subsets of prescribed maximum) is A045691.
These partitions are ranked by A350838.
The strict case is A350840.
A version for differences is A350842, strict A350844.
The complement is counted by A350846, ranked by A350845.
A000041 = integer partitions.
A116931 = partitions with no successions, ranked by A319630.
A116932 = partitions with differences != 1 or 2, strict A025157.
A323092 = double-free partitions, ranked by A320340.
Sequence in context: A333192 A323092 A238594 * A239945 A363740 A238875
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 18 2022
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 July 24 20:07 EDT 2024. Contains 374585 sequences. (Running on oeis4.)