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!)
A238545 Number of partitions p of n such that max(p) - (number of parts of p) is not a part of p. 1
1, 2, 3, 4, 7, 9, 14, 18, 27, 35, 50, 63, 89, 112, 152, 192, 256, 319, 419, 521, 672, 834, 1062, 1307, 1652, 2025, 2528, 3089, 3828, 4651, 5726, 6929, 8468, 10214, 12409, 14901, 18018, 21560, 25928, 30928, 37035, 44017, 52500, 62205, 73896, 87310, 103352 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) + A238544(n) = A000041(n).
EXAMPLE
a(6) counts all the 11 partitions of 6 except 42, 411.
MATHEMATICA
Table[Count[IntegerPartitions[n], p_ /; !MemberQ[p, Max[p] - Length[p]]], {n, 50}]
CROSSREFS
Cf. A238544.
Sequence in context: A065046 A049709 A108950 * A325343 A238495 A239329
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Feb 28 2014
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)