login
A092540
Primes such that their binary representation coincides with first n terms of A051023 for some n.
4
3, 13, 883, 237051898781, 17911135064090123664377811162569837, 1230843829352095122161574066100819070684162503
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
Sequence in context: A357855 A368297 A065831 * A073428 A118628 A112513
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 27 2004
EXTENSIONS
a(6) from Eric W. Weisstein, Feb 27, 2004.
The next term is too large to include.
STATUS
approved