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!)
A281380 Numbers which are palindromic in their Elias delta code representation. 2
1, 3, 5, 11, 19, 43, 91, 123, 135, 327, 455, 551, 935, 1127, 1383, 1767, 2023, 2071, 2839, 3223, 3991, 4183, 4695, 5463, 5975, 6359, 6871, 7639, 8151, 8247, 9783, 10551, 12087, 12471, 14007, 14775, 16311, 16503, 17527, 19063, 20087, 20855, 21879, 23415, 24439, 24823, 25847, 27383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Number n, such that A281150(n) is palindromic.
LINKS
EXAMPLE
43 is in the sequence because Elias delta code for 43 is '1101001011' and '1101001011' is palindromic.
PROG
(Python)
i=1
j=1
while j<=1012:
....if A281150(i)==A281150(i)[::-1] :
........print str(j)+" "+str(i)
........j+=1
....i+=1
CROSSREFS
Sequence in context: A045691 A045961 A293820 * A117272 A243616 A147189
KEYWORD
nonn,base
AUTHOR
Indranil Ghosh, Jan 21 2017
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)