login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100726 Prime numbers whose binary representations are split into a maximum of 7 runs. 0
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The n-th prime is a member iff A100714(n)<=7

LINKS

Eric Weisstein's World of Mathematics, "Run-Length Encoding."

EXAMPLE

a(3)=5 is a member because it is the 3rd prime whose binary representation splits into at most 7 runs. 5_10=101_2

MATHEMATICA

Select[Table[Prime[k], {k, 1, 50000}], Length[Split[IntegerDigits[ #, 2]]] <= 7 &]

CROSSREFS

Cf. A100714, A000040.

Sequence in context: A182986 A000040 A008578 * A015919 A064555 A095320

Adjacent sequences:  A100723 A100724 A100725 * A100727 A100728 A100729

KEYWORD

base,nonn

AUTHOR

Joseph Biberstine (jrbibers(AT)indiana.edu), Dec 11 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 14:19 EST 2012. Contains 205504 sequences.