|
| |
|
|
A092540
|
|
Primes such that their binary representation coincides with first n terms of A051023 for some n.
|
|
4
| | |
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Primes appearing in A092539.
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Rule 30.
|
|
|
EXAMPLE
| 13 is a member because 13_10 = 1101_2 and {1,1,0,1} are the first 4 terms in A051023.
|
|
|
MATHEMATICA
| a[n_] := If[PrimeQ[p=A092539[[n]]], p]
|
|
|
CROSSREFS
| Cf. A051023, A092539.
Sequence in context: A173759 A001039 A065831 * A118628 A112513 A006715
Adjacent sequences: A092537 A092538 A092539 * A092541 A092542 A092543
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), Feb 27 2004
|
|
|
EXTENSIONS
| a(6) from Eric Weisstein (eric(AT)weisstein.com), Feb 27, 2004.
The next term is too large to include.
|
| |
|
|