|
| |
|
|
A107579
|
|
Primes with digit sum 10.
|
|
6
| |
|
|
19, 37, 73, 109, 127, 163, 181, 271, 307, 433, 523, 541, 613, 631, 811, 1009, 1063, 1117, 1153, 1171, 1423, 1531, 1621, 1801, 2017, 2053, 2143, 2161, 2251, 2341, 2503, 2521, 3061, 3313, 3331, 3511, 4051, 4231, 5023, 5113, 6121, 6211, 6301, 8011, 8101
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Subset of A061237 and A117674.
|
|
|
MAPLE
| a:=proc(n) local nn: nn:=convert(n, base, 10): if isprime(n)=true and add(nn[j], j=1..nops(nn))=10 then n else end if end proc: seq(a(n), n=1..10^4); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 06 2008
|
|
|
CROSSREFS
| Cf. A061237.
Sequence in context: A043924 A061237 A158293 * A050528 A053685 A136063
Adjacent sequences: A107576 A107577 A107578 * A107580 A107581 A107582
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), May 16 2005
|
|
|
EXTENSIONS
| Edited by N. J. A. Sloane, Feb 20 2009 at the suggestion of Pacha Nambi
|
| |
|
|