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!)
A193159 Numbers having in binary representation longest palindromic subwords not longer than 3. 2
1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 20, 23, 24, 26, 28, 29, 40, 52, 56, 58, 104, 116, 232 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A050430(a(n)) <= 3, 1 <= n <= 26.
LINKS
PROG
(Haskell)
a193159 n = a193159_list !! (n-1)
a193159_list = map (+ 1) $ findIndices (<= 3) a050430_list
CROSSREFS
Sequence in context: A191844 A096157 A066522 * A308018 A242455 A339879
KEYWORD
nonn,base,fini,full
AUTHOR
Reinhard Zumkeller, Jul 16 2011
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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)