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!)
A342095 Number of strict integer partitions of n with no adjacent parts having quotient > 2. 35
1, 1, 2, 1, 2, 3, 3, 2, 4, 4, 6, 7, 6, 8, 10, 9, 13, 16, 17, 20, 25, 26, 29, 36, 40, 45, 55, 61, 69, 81, 90, 103, 119, 132, 154, 176, 196, 225, 254, 282, 323, 364, 403, 458, 519, 582, 655, 735, 822, 922, 1035, 1153, 1290, 1441, 1600, 1788, 1997, 2217, 2468 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The decapitation of such a partition (delete the greatest part) is term-wise greater than or equal to its negated first-differences.
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 1..400
EXAMPLE
The a(1) = 1 through a(15) = 10 partitions (A..F = 10..15):
1 2 3 4 5 6 7 8 9 A B C D E F
21 32 42 43 53 54 64 65 75 76 86 87
321 421 63 532 74 84 85 95 96
432 4321 542 543 643 653 A5
632 642 742 743 654
5321 5421 6421 842 753
6321 5432 843
7421 6432
8421
54321
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], UnsameQ@@#&&And@@Thread[Differences[-#]<=Rest[#]]&]], {n, 30}]
CROSSREFS
The reciprocal version (no adjacent parts having quotient < 2) is A000929.
The case of equality (all adjacent parts having quotient 2) is A154402.
The multiplicative version is A342085 or A337135.
The non-strict version is A342094.
The non-strict version without quotients of 2 exactly is A342096.
The version without quotients of 2 exactly is A342097.
A000009 counts strict partitions.
A003114 counts partitions with adjacent parts differing by more than 1.
A034296 counts partitions with adjacent parts differing by at most 1.
Sequence in context: A057475 A024376 A230128 * A340828 A123265 A104345
KEYWORD
nonn
AUTHOR
Gus Wiseman, Mar 02 2021
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 18 06:54 EDT 2024. Contains 374377 sequences. (Running on oeis4.)