cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A092540 Primes such that their binary representation coincides with first n terms of A051023 for some n.

Original entry on oeis.org

3, 13, 883, 237051898781, 17911135064090123664377811162569837, 1230843829352095122161574066100819070684162503
Offset: 1

Views

Author

Zak Seidov, Feb 27 2004

Keywords

Comments

Primes appearing in A092539.
The next term is too large to include.

Examples

			13 is a member because 13_10 = 1101_2 and {1,1,0,1} are the first 4 terms in A051023.
		

Crossrefs

Programs

  • Mathematica
    a[n_] := If[PrimeQ[p=A092539[[n]]], p]

Extensions

a(6) from Eric W. Weisstein, Feb 27 2004.