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!)
A333778 Fixed points of A333776. 1
0, 1, 2, 3, 4, 7, 8, 10, 15, 16, 29, 31, 32, 36, 42, 57, 63, 64, 86, 113, 127, 128, 136, 170, 225, 251, 255, 256, 292, 338, 449, 477, 499, 511, 512, 528, 588, 674, 682, 897, 949, 995, 1023, 1024, 1172, 1346, 1390, 1793, 1849, 1893, 1987, 2039, 2047, 2048, 2080 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This sequence contains A000079, A000225.
LINKS
PROG
(PARI) is(n, base=2) = { my (d=digits(n, base), t=[]); forstep (k=#d, 1, -1, if (d[k], t=Vecrev(t); ); t=concat(d[k], t)); n==fromdigits(t, base) }
CROSSREFS
Sequence in context: A240073 A332579 A357490 * A272919 A343603 A285506
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Apr 05 2020
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 16 18:12 EDT 2024. Contains 371750 sequences. (Running on oeis4.)