login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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 * A073176 A073428 A118628
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