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

A277196
Permutation of natural numbers: a(n) = A107079(A277006(n)).
3
1, 2, 3, 4, 5, 6, 7, 11, 8, 10, 14, 23, 19, 9, 15, 21, 34, 28, 48, 44, 65, 12, 17, 26, 40, 41, 57, 69, 101, 89, 94, 144, 233, 129, 13, 22, 32, 53, 49, 75, 80, 120, 115, 111, 168, 279, 203, 137, 176, 261, 438, 283, 609, 470, 703, 16, 25, 35, 60, 63, 82, 104, 157, 128, 148, 217, 363, 236, 152, 227, 342, 569, 334, 798, 554, 833, 199, 270
OFFSET
0,2
COMMENTS
Note the indexing: domain starts from 0, but the range starts from 1.
FORMULA
a(n) = A107079(A277006(n)) = A107079(A005940(1+A003714(n))).
Other identities:
For all n >= 1, a(A000045(n+1)) = A071403(n).
PROG
(Scheme) (define (A277196 n) (A107079 (A277006 n)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 07 2016
STATUS
approved