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!)
A352824 Number of fixed points y(i) = i, where y is the integer partition with Heinz number n. 12
0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
The Heinz number of a partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k). This gives a bijective correspondence between positive integers and integer partitions.
Conjecture: The mean approaches 1/4.
LINKS
FORMULA
a(n) = A001222(n) - A352825(n).
EXAMPLE
The partition (3,2,2,1) has Heinz number 90, and when indexing the parts from left to right as k=1..4, then at k=2 we have y(k) = k [and nowhere else], therefore a(90) = 1. The partition (3,3,1,1) has Heinz number 100, with parts y(1) = 3, y(2) = 3, y(3) = 1, y(4) = 1, and as there are no such k that y(k) = k, we have a(100) = 0.
MATHEMATICA
pq[y_]:=Length[Select[Range[Length[y]], #==y[[#]]&]];
Table[pq[Reverse[Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]]], {n, 100}]
PROG
(PARI) A352824(n) = { my(f=factor(n), i=bigomega(n), c=0); for(k=1, #f~, while(f[k, 2], f[k, 2]--; c += (i==primepi(f[k, 1])); i--)); (c); }; \\ Antti Karttunen, Apr 14 2022
CROSSREFS
* = unproved
A version for standard compositions is A352512, complement A352513.
The reverse version is A352822.
The reverse complement version is A352823.
The complement version is A352825.
Positions of 0's are A352826, counted by *A064428.
Characteristic function of A352827 (positions of 1's), counted by *A001522.
The corresponding triangle (zeros removed) is A352833, reverse A238352.
A352832 counts partitions with a fixed point, ranked by A352831.
A000700 counts self-conjugate partitions, ranked by A088902.
A001222 counts prime indices, distinct A001221.
A056239 adds up prime indices, row sums of A112798 and A296150.
A115720 and A115994 count partitions by Durfee square.
A122111 represents partition conjugation using Heinz numbers.
A124010 gives prime signature, sorted A118914, conjugate rank A238745.
A238349 counts compositions by fixed points, complement A352523.
A238394 counts partitions without fixed points, ranked by A352830.
A238395 counts reversed partitions with a fixed point, ranked by A352872.
Sequence in context: A289741 A127266 A083923 * A101309 A141474 A073424
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 05 2022
EXTENSIONS
Data section extended up to 108 terms by Antti Karttunen, Apr 14 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 April 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)