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!)
A352832 Number of reversed integer partitions y of n with exactly one fixed point y(i) = i. 12
0, 1, 1, 1, 4, 3, 7, 7, 14, 19, 24, 32, 46, 60, 85, 109, 140, 179, 239, 300, 397, 495, 636, 790, 995, 1239, 1547, 1926, 2396, 2942, 3643, 4432, 5435, 6602, 8038, 9752, 11842, 14292, 17261, 20714, 24884, 29733, 35576, 42375, 50522, 60061, 71363, 84551, 100101 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
A reversed integer partition of n is a finite weakly increasing sequence of positive integers summing to n.
LINKS
EXAMPLE
The a(0) = 0 through a(8) = 14 partitions (empty column indicated by dot):
. (1) (11) (111) (13) (14) (15) (16) (17)
(22) (1112) (114) (115) (116)
(112) (11111) (222) (1123) (134)
(1111) (1113) (11113) (224)
(1122) (11122) (233)
(11112) (111112) (1115)
(111111) (1111111) (2222)
(11114)
(11123)
(11222)
(111113)
(111122)
(1111112)
(11111111)
For example, the reversed partition (2,2,4) has a unique fixed point at the second position.
MATHEMATICA
pq[y_]:=Length[Select[Range[Length[y]], #==y[[#]]&]];
Table[Length[Select[Reverse/@IntegerPartitions[n], pq[#]==1&]], {n, 0, 30}]
CROSSREFS
* = unproved
*The non-reverse version is A001522, ranked by A352827, strict A352829.
*The non-reverse complement is A064428, ranked by A352826, strict A352828.
This is column k = 1 of A238352.
For no fixed point: counted by A238394, ranked by A352830, strict A025147.
For > 0 fixed points: counted by A238395, ranked by A352872, strict A096765.
The version for compositions is A240736, complement A352520.
These partitions are ranked by A352831.
A000700 counts self-conjugate partitions, ranked by A088902.
A008290 counts permutations by fixed points, nonfixed A098825.
A115720 and A115994 count partitions by their Durfee square.
A238349 counts compositions by fixed points, complement A352523.
A352822 counts fixed points of prime indices.
A352833 counts partitions by fixed points.
Sequence in context: A112887 A351684 A305035 * A010654 A244335 A275818
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 08 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 15 14:56 EDT 2024. Contains 374333 sequences. (Running on oeis4.)