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

A286555
Permutation of natural numbers: a(n) = A252753(A003188(n)).
3
1, 2, 4, 3, 9, 8, 6, 5, 25, 18, 16, 21, 15, 12, 10, 7, 49, 50, 36, 51, 45, 32, 42, 55, 35, 30, 24, 33, 27, 20, 14, 11, 121, 98, 100, 147, 105, 72, 102, 125, 115, 90, 64, 93, 123, 84, 110, 91, 77, 70, 60, 87, 69, 48, 66, 85, 65, 54, 40, 57, 39, 28, 22, 13, 169, 242, 196, 291, 297, 200, 294, 365, 265, 210, 144, 213
OFFSET
0,2
COMMENTS
Note the indexing: the domain starts from 0, but the range from 1.
FORMULA
a(n) = A252753(A003188(n)).
A046523(a(n)) = A286557(n).
PROG
(Scheme) (define (A286555 n) (A252753 (A003188 n)))
CROSSREFS
Inverse: A286556.
Cf. A286557.
Related or similar permutations: A003188, A252753.
Sequence in context: A343232 A292145 A297552 * A243353 A182194 A060837
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 13 2017
STATUS
approved