login
A246266
Permutation of natural numbers: a(n) = A246262(A064216((2*n)-1)).
5
1, 2, 3, 6, 8, 5, 4, 11, 9, 15, 20, 7, 12, 26, 17, 32, 16, 21, 35, 18, 10, 22, 39, 31, 42, 47, 14, 53, 55, 25, 28, 13, 38, 40, 67, 41, 34, 72, 29, 81, 46, 24, 62, 87, 52, 93, 45, 23, 96, 98, 63, 57, 60, 70, 77, 75, 19, 111, 112, 78, 116, 36, 85, 69, 121, 44, 74, 127, 56, 131, 135, 50, 89, 137, 30
OFFSET
1,2
COMMENTS
This permutation is induced when A064216 is restricted to odd numbers (equally, when A064989 is restricted to the numbers of form 4k+1) and the resulting numbers are "ranked" with A246262.
FORMULA
a(n) = A246262(A064216((2*n)-1)).
a(n) = A246262(A064989((4*n)-3)).
PROG
(Scheme) (define (A246266 n) (A246262 (A064216 (+ -1 n n))))
CROSSREFS
Inverse: A246265.
Sequence in context: A191454 A276955 A276945 * A284385 A282940 A193909
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 21 2014
STATUS
approved