[go: up one dir, main page]

login
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