|
| |
|
|
A062340
|
|
Primes whose sum of digits is a multiple of 5.
|
|
0
| |
|
|
5, 19, 23, 37, 41, 73, 109, 113, 127, 131, 163, 181, 271, 307, 311, 389, 401, 433, 479, 523, 541, 569, 587, 613, 631, 659, 677, 811, 839, 857, 929, 947, 983, 997, 1009, 1013, 1031, 1063, 1103, 1117, 1153, 1171, 1289, 1301, 1423, 1487, 1531, 1559, 1621, 1667
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| 569 is a prime with sum of digits = 20, hence belongs to the sequence.
|
|
|
PROG
| (MAGMA) [ p: p in PrimesUpTo(10000) | &+Intseq(p) mod 5 eq 0 ]; - Vincenzo Librandi, Apr 02 2011
|
|
|
CROSSREFS
| Sequence in context: A191609 A191084 A146509 * A167766 A106957 A022143
Adjacent sequences: A062337 A062338 A062339 * A062341 A062342 A062343
|
|
|
KEYWORD
| nonn,base,easy
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 21 2001
|
|
|
EXTENSIONS
| Corrected and extended by Harvey P. Dale (hpd1(AT)nyu.edu) and Larry Reeves (larryr(AT)acm.org), Jul 04 2001
|
| |
|
|