|
Search: id:A100726
|
|
|
| A100726 |
|
Prime numbers whose binary representations are split into a maximum of 7 runs. |
|
+0 1
|
|
| 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; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
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: A158611 A000040 A008578 this_sequence A015919 A064555 A095320
Adjacent sequences: A100723 A100724 A100725 this_sequence A100727 A100728 A100729
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Joseph Biberstine (jrbibers(AT)indiana.edu), Dec 11 2004
|
|
|
Search completed in 0.002 seconds
|