login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60, we have over 367,000 sequences, and we’ve crossed 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A037969 Numbers whose maximal base-2 run length is 2. 3
3, 4, 6, 9, 11, 12, 13, 18, 19, 20, 22, 25, 26, 27, 36, 37, 38, 41, 43, 44, 45, 50, 51, 52, 53, 54, 73, 74, 75, 76, 77, 82, 83, 84, 86, 89, 90, 91, 100, 101, 102, 105, 106, 107, 108, 109, 146, 147, 148, 149, 150, 153, 154, 155, 164, 165 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A037969 = { n | A043276(n)=2 }. - M. F. Hasler, Jul 23 2013
PROG
(PARI) for(i=1, 199, A043276(i)==2&&print1(i", ")) \\ M. F. Hasler, Jul 23 2013
CROSSREFS
Cf. A000975 = { n | A043276(n)=1 }, A037970 ff.
Sequence in context: A025061 A284741 A342577 * A329862 A153236 A158705
KEYWORD
nonn,base
AUTHOR
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 December 1 23:26 EST 2023. Contains 367503 sequences. (Running on oeis4.)