login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A275839
Fixed points of permutations A275837 & A275838.
3
0, 1, 2, 5, 6, 14, 24, 54, 120, 145, 264, 411, 464, 720, 842, 1560, 2042, 2408, 2670, 5040, 5766, 10800, 13686, 16590, 18144, 40320, 45384, 85680, 105864, 106153, 131184, 141960, 145728
OFFSET
0,3
COMMENTS
Numbers n for which A225901(n) = A273667(n).
If n is a member, then A153880(n) is also a member, thus sequence is infinite and all factorial numbers (A000142) are present.
PROG
(Scheme, with Antti Karttunen's IntSeq-library, two implementations)
(define A275839 (FIXED-POINTS 0 0 A275837))
(define A275839 (MATCHING-POS 0 0 (lambda (n) (= (A225901 n) (A273667 n)))))
CROSSREFS
Cf. A000142 (a subsequence).
Sequence in context: A006596 A000092 A100630 * A057302 A237352 A109784
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Aug 13 2016
STATUS
approved