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

A266635
Permutation of natural numbers: a(n) = A126760(A264965(A007310(n))).
6
1, 3, 2, 5, 7, 9, 6, 19, 4, 8, 13, 15, 23, 11, 27, 16, 25, 17, 22, 10, 21, 20, 49, 65, 12, 73, 41, 61, 37, 24, 29, 77, 14, 55, 47, 79, 31, 26, 43, 59, 18, 67, 35, 38, 81, 33, 62, 54, 57, 46, 78, 30, 70, 53, 74, 42, 69, 34, 163, 50, 58, 45, 66, 91, 71, 28, 60, 44, 76, 39, 68, 36, 63, 52, 217, 32, 64, 51, 80, 109
OFFSET
1,2
COMMENTS
Permutation induced when A264965 is restricted to numbers neither divisible by 2 nor 3 (A007310).
FORMULA
a(n) = A126760(A264965(A007310(n))).
PROG
(Scheme) (define (A266635 n) (A126760 (A264965 (A007310 n))))
CROSSREFS
Inverse: A266636.
Sequence in context: A175911 A337405 A304881 * A110338 A371221 A171018
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Jan 04 2016
STATUS
approved