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.

A080862 Numbers which can be expressed as the sum of two distinct primes in exactly six ways.

Original entry on oeis.org

60, 66, 72, 100, 110, 116, 172, 178, 182, 194, 206, 212, 218, 226, 248, 278, 326, 332, 398
Offset: 1

Views

Author

Shyam Sunder Gupta, Mar 29 2003

Keywords

Comments

Apparently there are no further terms beyond 398. - R. J. Mathar, Oct 01 2021

Examples

			66 is a term as 66 = 37 + 29 = 43 + 23 = 47 + 17 = 53 + 13 = 59 + 7 = 61 + 5 are only the six ways to express 66 as a sum of two distinct primes.
		

Crossrefs

Cf. A077914 (2 ways), A077969 (3 ways), A078299 (4 ways), A080854 (5 ways).

Programs

Formula

{j: A117929(j) = 6}. - R. J. Mathar, Oct 01 2021