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!)
A331633 Distinct values of A055944 in order of their appearance as n grows. 2
0, 2, 3, 6, 5, 10, 9, 14, 18, 15, 24, 21, 30, 17, 34, 27, 44, 25, 42, 35, 52, 37, 54, 45, 62, 33, 66, 51, 84, 78, 63, 96, 57, 90, 75, 108, 69, 102, 81, 114, 93, 126, 65, 130, 99, 164, 85, 150, 119, 184, 146, 115, 180, 101, 166, 135, 200, 105, 170, 139, 204 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Rémy Sigrist, Colored scatterplot of the first 97734 terms (where the color is function of the 2-adic valuation of the least k such that a(n) = A055944(k))
EXAMPLE
A055944 starts: 0, 2, 3, 6, 5, 10, 9, 14, 9, 18, 15, 24, 15, 24, 21, 30, 17, ...
We keep: 0, 2, 3, 6, 5, 10, 9, 14, 18, 15, 24, 21, 30, 17, ...
PROG
(PARI) s=0; for (n=0, 87, v=n+fromdigits(Vecrev(binary(n)), 2); if (!bittest(s, v), print1 (v ", "); s+=2^v))
CROSSREFS
Sequence in context: A358137 A256662 A055944 * A350801 A073740 A239956
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Jan 23 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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)