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!)
A052057 Numbers k such that the decimal expansion of 2^k contains no palindromic substring except single digits. 2
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21, 22, 29, 37, 54 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Sequence is probably finite. Next term, if it exists, exceeds 1170.
Next term, if it exists, exceeds 50000. - Sean A. Irvine, Oct 18 2021
LINKS
EXAMPLE
Record number is 2^54 = 18014398509481984.
MATHEMATICA
Select[Range[0, 10^3], NoneTrue[DeleteCases[Subsequences@ IntegerDigits[2^#], _?(Length[#] <= 1 &)], PalindromeQ] &] (* Michael De Vlieger, Oct 18 2021 *)
CROSSREFS
Sequence in context: A341750 A246096 A098314 * A252493 A005496 A052060
KEYWORD
nonn,base,more
AUTHOR
Patrick De Geest, Jan 15 2000
EXTENSIONS
Edited by Jon E. Schoenfield, Oct 17 2019
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 19 03:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)