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.

A084997 Numbers which can be written as the sum as well as the product of 2 primes, not necessarily the same.

Original entry on oeis.org

4, 6, 10, 14, 15, 21, 22, 26, 33, 34, 38, 39, 46, 55, 58, 62, 69, 74, 82, 85, 86, 91, 94, 106, 111, 115, 118, 122, 129, 133, 134, 141, 142, 146, 158, 159, 166, 178, 183, 194, 201, 202, 206, 213, 214, 218, 226, 235, 253, 254, 259, 262, 265, 274, 278
Offset: 1

Views

Author

Meenakshi Srikanth (menakan_s(AT)yahoo.com), Jun 30 2003

Keywords

Comments

Intersection of A014091 and A001358; A100484 is a subsequence.

Examples

			n=14: 11 + 3 = 14 and 2 * 7 = 14, therefore 14 is a term;
n=15: 13 + 2 = 15 and 3 * 5 = 15, therefore 15 is a term.
E.g. 21 = 19 + 2, 19 and 2 are prime and 21 = 7 * 3, 7 and 3 are primes.
Example: 9 = 3*3 and 2+7
		

Crossrefs

Extensions

Corrected and extended by Michael Lahm (mpl148(AT)psu.edu), Apr 24 2006
More terms from Joseph A. Agnew (jaa249(AT)psu.edu), Apr 30 2006