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

A253552
Permutation of natural numbers: a(n) = A252752(A005940(n+1)) - 1.
5
1, 3, 2, 6, 4, 5, 7, 10, 11, 8, 16, 9, 37, 12, 29, 15, 22, 17, 46, 13, 106, 23, 67, 14, 301, 47, 154, 18, 352, 38, 121, 21, 56, 30, 92, 24, 211, 57, 191, 19, 596, 122, 436, 31, 991, 80, 277, 20, 1177, 327, 1226, 58, 2776, 173, 631, 25, 7751, 380, 1432, 48, 3241, 138, 497, 28, 79, 68, 232, 39, 529, 107, 379, 32, 1486, 233, 862, 69, 1954, 212, 781, 26
OFFSET
1,2
FORMULA
a(n) = A252752(A005940(n+1)) - 1.
PROG
(Scheme) (define (A253552 n) (+ -1 (A252752 (A005940 (+ 1 n)))))
CROSSREFS
Inverse: A253551.
Differs from A249725 for the first time at n=13, where a(13) = 37, while A249725(13) = 22.
Cf. also A243499 & A253563 (for similar scatterplots).
Sequence in context: A070264 A365233 A249725 * A265896 A254054 A303767
KEYWORD
nonn,look
AUTHOR
Antti Karttunen, Jan 03 2015
STATUS
approved