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

A275835
Permutation of nonnegative integers: a(n) = A273667(A225901(n)).
5
0, 1, 6, 3, 4, 2, 56, 20, 36, 17, 21, 9, 48, 15, 30, 13, 16, 7, 18, 8, 24, 10, 12, 5, 495, 135, 74, 31, 132, 53, 582, 401, 147, 59, 157, 158, 361, 116, 216, 173, 117, 47, 136, 155, 380, 46, 78, 82, 420, 111, 61, 25, 108, 45, 490, 347, 123, 51, 133, 134, 312, 93, 192, 149, 94, 41, 112, 131, 327, 40, 64, 68, 360, 270, 80, 38, 88, 89, 416, 303, 99, 44, 109, 110, 288, 34
OFFSET
0,3
FORMULA
a(n) = A273667(A225901(n)).
Other identities. For all n >= 0:
a(n) = A257684(a(A255411(n))). [Restriction to A255411 induces the same permutation.]
PROG
(Scheme) (define (A275835 n) (A273667 (A225901 n)))
CROSSREFS
Inverse: A275836.
Cf. also A275837, A275838.
Sequence in context: A195301 A196824 A309988 * A257235 A350131 A167052
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Aug 13 2016
STATUS
approved