|
Search: id:A157711
|
|
|
| A157711 |
|
Primes made up of 0's and four 1's only. |
|
+0 2
|
|
| 10111, 1011001, 1100101, 10010101, 10100011, 101001001, 1000001011, 1000010101, 1010000011, 1100010001, 10000001101, 10001000011, 10001001001, 10001100001, 10100000011, 10100001001, 11000000101, 11001000001
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Subsequence of A062339 and of A020449.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=1..1000
|
|
MAPLE
|
for d from 4 to 18 do for c from 0 to 2^d-1 do bdgs := convert(c, base, 2) ; if add(i, i=bdgs) = 3 then p := 10^d+add(op(i, bdgs)*10^(i-1), i=1..nops(bdgs)) ; if isprime(p) then printf("%d, ", p) ; fi; fi; od: od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 06 2009]
|
|
CROSSREFS
|
Sequence in context: A144863 A058042 A161786 this_sequence A159863 A054037 A023066
Adjacent sequences: A157708 A157709 A157710 this_sequence A157712 A157713 A157714
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Lekraj Beedassy (blekraj(AT)yahoo.com), Mar 04 2009
|
|
EXTENSIONS
|
Extended by numerous authors, Mar 06 2009
|
|
|
Search completed in 0.002 seconds
|