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!)
A231929 Terms of A231928 written in base 10: the binary expansions of a(n) and a(n+1) taken together can be rearranged to form a palindrome. 7

%I #7 Nov 16 2013 14:16:12

%S 0,8,1,7,49,9,2,14,50,16,3,10,22,52,21,56,24,4,11,29,53,28,60,18,30,

%T 58,15,51,63,99,105,343,54,12,5,19,37,61,26,38,59,17,23,64,20,6,13,43,

%U 55,42,62,27,45,71,25,31,74,80,158,176,206,218,346,57,32,40,48,65,36

%N Terms of A231928 written in base 10: the binary expansions of a(n) and a(n+1) taken together can be rearranged to form a palindrome.

%C See A231928 for precise definition.

%C This is a permutation of the nonnegative integers - see the Comments in A228407 for the proof.

%t a[0] = 0; a[n_] := a[n] = Block[{k = 1, idm = IntegerDigits[ a[n - 1], 7], t = a@# & /@ Range[n - 1]}, Label[ start]; While[ MemberQ[t, k], k++]; While[ Select[ Permutations[ Join[ idm, IntegerDigits[k, 7]]], #[[1]] != 0 && # == Reverse@# &] == {}, k++; Goto[ start]]; k]; s = Array[a, 60, 0]

%Y Cf. A230892, A231921, A231923, A231925, A231927, A231931, A231933, A228407, A231928.

%K nonn,base,easy

%O 0,2

%A _N. J. A. Sloane_ and _Robert G. Wilson v_, Nov 15 2013

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 July 7 13:41 EDT 2024. Contains 374082 sequences. (Running on oeis4.)