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.

A239280 Powers of 2 that are sum of prime(k) + k for some k.

Original entry on oeis.org

8, 16, 32, 4096
Offset: 1

Views

Author

Zak Seidov, Mar 14 2014

Keywords

Comments

a(5) > 2^47. - Giovanni Resta, Mar 14 2014
a(5) > 2^62 if it exists. - Chai Wah Wu, Apr 28 2018

Examples

			3 + prime(3) = 8 = 2^3.
5 + prime(5) = 16 = 2^4.
9 + prime(9) = 32 = 2^5.
503 + prime(503) = 4096 = 2^12.
		

Crossrefs