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!)
A100724 Prime numbers whose binary representations are split into at most 3 runs. 0
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 47, 59, 61, 67, 71, 79, 97, 103, 113, 127, 131, 191, 193, 199, 223, 227, 239, 241, 251, 257, 263, 271, 383, 449, 463, 479, 487, 499, 503, 509, 769, 911, 967, 991, 1009, 1019, 1021, 1031, 1039, 1087, 1151, 1279, 1543, 1567 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The n-th prime is a term iff A100714(n) <= 3.
LINKS
Eric Weisstein's World of Mathematics, Run-Length Encoding.
EXAMPLE
a(3)=5 is a term because it is the 3rd prime whose binary representation splits into no more than 3 runs: 5_10 = 101_2.
MATHEMATICA
Select[Table[Prime[k], {k, 1, 50000}], Length[Split[IntegerDigits[ #, 2]]] <= 3 &]
CROSSREFS
Sequence in context: A051750 A268109 A283225 * A257658 A182231 A100110
KEYWORD
base,nonn
AUTHOR
Joseph Biberstine (jrbibers(AT)indiana.edu), Dec 11 2004
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 March 28 07:48 EDT 2024. Contains 371235 sequences. (Running on oeis4.)