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!)
A231933 Terms of A231932 written in base 10: the binary expansions of a(n) and a(n+1) taken together can be rearranged to form a palindrome. 8
0, 10, 1, 9, 81, 11, 2, 18, 82, 20, 3, 12, 28, 84, 27, 90, 30, 4, 13, 37, 85, 36, 94, 22, 38, 92, 19, 83, 99, 163, 171, 729, 86, 14, 5, 23, 47, 95, 32, 48, 93, 21, 29, 100, 24, 6, 15, 55, 87, 54, 96, 33, 57, 109, 31, 39, 112, 120, 256, 280, 336, 352, 732, 91, 16, 7, 25 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
See A231931 for precise definition.
This is a permutation of the nonnegative integers - see the Comments in A228407 for the proof.
LINKS
MATHEMATICA
a[0] = 0; a[n_] := a[n] = Block[{k = 1, idm = IntegerDigits[ a[n - 1], 9], t = a@# & /@ Range[n - 1]}, Label[ start]; While[ MemberQ[t, k], k++]; While[ Select[ Permutations[ Join[ idm, IntegerDigits[k, 9]]], #[[1]] != 0 && # == Reverse@# &] == {}, k++; Goto[ start]]; k]; s = Array[a, 60, 0]
CROSSREFS
Sequence in context: A144261 A337819 A046148 * A164915 A010691 A288697
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved

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 April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)