|
| |
|
|
A106757
|
|
Primes with digit sum = 16.
|
|
2
| |
|
|
79, 97, 277, 349, 367, 439, 457, 547, 619, 673, 691, 709, 727, 853, 907, 1069, 1087, 1249, 1429, 1447, 1483, 1609, 1627, 1663, 1753, 1861, 1933, 1951, 2239, 2293, 2347, 2383, 2437, 2473, 2617, 2671, 2707, 2833, 2851, 3049, 3067, 3229, 3319, 3373, 3391
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Subsequence of A107288. [From Zak Seidov (zakseidov(AT)yahoo.com), Oct 30 2009]
|
|
|
LINKS
| Harvey P. Dale, Table of n, a(n) for n = 1..1000
|
|
|
MATHEMATICA
| Reap[Do[If[16==Apply[Plus, IntegerDigits[p=Prime[n]]], Sow[p]], {n, 1000}]][[2, 1]] [From Zak Seidov (zakseidov(AT)yahoo.com), Oct 30 2009]
Select[Prime[Range[500]], Total[IntegerDigits[#]]==16&] (* From Harvey P. Dale, Nov 14 2011 *)
|
|
|
CROSSREFS
| Cf. A062339, A107288. [From Zak Seidov (zakseidov(AT)yahoo.com), Oct 30 2009]
Sequence in context: A043259 A044039 A065211 * A087537 A117840 A193142
Adjacent sequences: A106754 A106755 A106756 * A106758 A106759 A106760
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), May 16 2005
|
|
|
EXTENSIONS
| More terms from Zak Seidov (zakseidov(AT)yahoo.com), Oct 30 2009
|
| |
|
|