|
| |
|
|
A062338
|
|
Primes whose sum of digits is a multiple of 4.
|
|
2
| |
|
|
13, 17, 31, 53, 71, 79, 97, 103, 107, 211, 233, 251, 277, 349, 367, 389, 431, 439, 457, 479, 503, 521, 547, 569, 587, 619, 659, 673, 677, 691, 701, 709, 727, 839, 853, 857, 907, 929, 947, 983, 1021, 1061, 1069, 1087, 1151, 1201, 1223, 1249, 1289, 1429
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| 349 is a prime with sum of digits =16=4*4, hence belongs to the sequence.
|
|
|
PROG
| (MAGMA) [ p: p in PrimesUpTo(10000) | &+Intseq(p) mod 4 eq 0 ]; - Vincenzo Librandi, Apr 02 2011
|
|
|
CROSSREFS
| Cf. A062336, A062337.
Sequence in context: A129338 A138535 A116671 * A143863 A158571 A176882
Adjacent sequences: A062335 A062336 A062337 * A062339 A062340 A062341
|
|
|
KEYWORD
| nonn,base,easy
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 21 2001
|
|
|
EXTENSIONS
| Corrected and extended by Larry Reeves (larryr(AT)acm.org), Jul 06 2001
|
| |
|
|