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.

A056636 Conjecturally largest even integer which is the sum of two primes in at most n ways.

Original entry on oeis.org

2, 12, 68, 128, 152, 188, 332, 398, 398, 488, 632, 692, 692, 992, 992, 992, 1112, 1112, 1412, 1412, 1448, 1718, 1718, 1718, 1718, 2048, 2252, 2252, 2672, 2672, 2672, 2936, 2936, 2936, 2978, 3092, 3092, 3218, 3272, 3296, 3632, 3632, 3754, 4022, 4058, 4412
Offset: 0

Views

Author

Brian Galebach Aug 17 2000

Keywords

Comments

The Goldbach conjecture is that every even number >= 4 is the sum of two primes.

Examples

			a(1) is 12 because it is the largest even integer having only 1 distinct way to express it as the sum of two primes (7+5) and a(0) < 12.
a(8) = 398 because it is the largest number in A000954 for n <= 8.
		

Crossrefs

Formula

a(n) = max({A000954(i),i=0..n}). - Robert Israel, Mar 21 2016