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.

Showing 1-1 of 1 results.

A092733 Sum of two consecutive primes of the form 2^x+1 (including Fermat primes and 2).

Original entry on oeis.org

5, 8, 22, 274, 65794
Offset: 1

Views

Author

Jorge Coveiro, Apr 12 2004

Keywords

Examples

			a(1) = [2^0+1] + [2^(2^0)+1]
a(2) = [2^(2^0)+1] + [2^(2^1)+1]
a(3) = [2^(2^1)+1] + [2^(2^2)+1]
a(4) = [2^(2^2)+1] + [2^(2^3)+1]
a(5) = [2^(2^3)+1] + [2^(2^4)+1]
		

Crossrefs

Programs

  • Mathematica
    Total/@Partition[Select[2^Range[0,50]+1,PrimeQ],2,1] (* Harvey P. Dale, Jun 21 2021 *)

Extensions

Offset corrected by Arkadiusz Wesolowski, Oct 22 2011
Showing 1-1 of 1 results.