|
| |
|
|
A118081
|
|
Even numbers that can't be represented as the sum of two odd composite numbers.
|
|
4
| |
|
|
2, 4, 6, 8, 10, 12, 14, 16, 20, 22, 26, 28, 32, 38
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Suggested by the familiar puzzle, "What is the largest even number that is not the sum of two odd composite numbers?" The sequence contains all even numbers that are not of the form (9+6k)+9, (9+6k)+25, or (9+6k)+35, where k is a nonnegative integer.
If 1 is allowed as a composite number, then only the eight numbers in A046458 are not representable. - T. D. Noe (noe(AT)sspectra.com), Jun 01 2008
|
|
|
EXAMPLE
| 38 is in the sequence because 38===2(mod 3) and all even numbers equivalent to 2 (mod 3) larger than 38 can be expressed as the sum of odd composites (9+6k) and 35, where k is a nonnegative integer.
|
|
|
CROSSREFS
| Sequence in context: A169919 A094041 A058066 * A152483 A162764 A082893
Adjacent sequences: A118078 A118079 A118080 * A118082 A118083 A118084
|
|
|
KEYWORD
| fini,nonn
|
|
|
AUTHOR
| Graeme McRae (g_m(AT)mcraefamily.com), Apr 11 2006
|
| |
|
|