The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A264966 Permutation of nonnegative integers: a(n) = A057889(A263273(n)). 12

%I #14 May 23 2017 20:59:31

%S 0,1,2,3,4,7,6,5,8,9,10,25,12,11,26,21,16,19,18,13,20,15,14,29,24,17,

%T 22,27,28,59,30,41,64,39,58,73,36,31,46,57,40,97,66,35,100,63,34,47,

%U 48,53,98,105,44,121,54,23,56,33,50,65,60,61,82,45,32,55,42,37,68,81,38,89,72,49,62,51,52,113,114,43,80,69

%N Permutation of nonnegative integers: a(n) = A057889(A263273(n)).

%C Perform an adjusted reverse of n in base 3, followed by another adjusted reverse in base 2. "Adjusted reverse" here means a digit-reversing operation where the suffix of trailing zeros (in the base in question) stays as it is at the right side, and only the section from the most significant digit to the least significant nonzero digit is reversed.

%H Antti Karttunen, <a href="/A264966/b264966.txt">Table of n, a(n) for n = 0..10000</a>

%H Indranil Ghosh, <a href="/A264966/a264966.txt">Python program to generate the sequence</a>

%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

%F a(n) = A057889(A263273(n)).

%F Other identities. For all n >= 0:

%F A000035(a(n)) = A000035(n). [This permutation preserves the parity of n.]

%o (Scheme) (define (A264966 n) (A057889 (A263273 n)))

%Y Inverse: A264965.

%Y Cf. A000035, A057889, A263273.

%Y Cf. also A264967, A264968.

%K nonn,base

%O 0,3

%A _Antti Karttunen_, Dec 05 2015

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 15 22:50 EDT 2024. Contains 373412 sequences. (Running on oeis4.)