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”).

A275837
Permutation of nonnegative integers: a(n) = A225901(A273667(n)).
7
0, 1, 2, 4, 18, 5, 6, 22, 12, 3, 96, 20, 72, 17, 14, 19, 114, 13, 94, 10, 11, 23, 108, 15, 24, 79, 84, 100, 101, 21, 48, 102, 8, 9, 600, 71, 480, 49, 78, 118, 119, 16, 65, 73, 98, 99, 696, 27, 360, 594, 62, 63, 70, 112, 54, 113, 74, 7, 45, 95, 552, 116, 50, 117, 672, 603, 454, 569, 37, 40, 29, 106, 444, 41, 36, 107, 85, 97, 38, 621, 86, 82, 545, 110, 528, 59, 56, 111
OFFSET
0,3
FORMULA
a(n) = A225901(A273667(n)).
Other identities. For all n >= 0:
a(n) = A266193(a(A153880(n))). [Restriction to A153880 induces the same permutation.]
A275841(n) = A273663(a(A273670(n))). [While restriction to A273670 induces another permutation.]
PROG
(Scheme) (define (A275837 n) (A225901 (A273667 n)))
CROSSREFS
Inverse: A275838.
Cf. A275839 (fixed points).
Cf. also A275835, A275836.
Sequence in context: A355464 A143674 A136147 * A119510 A290095 A275725
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Aug 13 2016
STATUS
approved