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.

A125661 Primes p such that p + next prime = 2^k for some k.

Original entry on oeis.org

3, 61, 4093, 75557863725914323419121, 3064991081731777716716694054300618367237478244367204187
Offset: 1

Views

Author

J. M. Bergot, Feb 02 2007

Keywords

Comments

The next term is too large to include - see the b-file.

Examples

			3+5=8=2^3
61+67=128=2^7
		

Crossrefs

Cf. A091624.

Programs

  • Mathematica
    Select[Prime[Range[10^6]],Total[IntegerDigits[#+NextPrime[#],2]]==1&] (* James C. McMahon, Dec 19 2024 *)

Extensions

Corrected by N. J. A. Sloane, Feb 05 2007
Extended by Hans Havermann, Feb 05 2007