|
Search: id:A109982
|
|
|
| A109982 |
|
Primes p such that index of p, the sum of p's digits and the number of p's digits are all primes. |
|
+0 2
|
|
| 11, 41, 67, 83, 157, 179, 191, 241, 283, 331, 353, 401, 461, 599, 739, 773, 797, 919, 991, 10079, 10169, 10433, 10457, 10589, 10631, 10723, 10853, 10909, 11311, 11447, 11867, 11953, 12097, 12143, 12301, 12457, 12479, 12503, 12547, 12763, 13003
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Cf. A046704 Additive primes: sum of digits is a prime, A088136 Primes such that sum of first and last digits is prime, A109981 Primes such that the sum of digits and the number of digits are primes.
|
|
EXAMPLE
|
a(414) = 99551 because its index, 9551, the sum, 29 and number, 5, of digits are all primes.
|
|
MATHEMATICA
|
Select[Prime[Range[200]], PrimeQ[Length[IntegerDigits[ # ]]]&&PrimeQ[Plus@@IntegerDigits[ # ]]&]
|
|
CROSSREFS
|
Cf. A046704, A088136, A109981.
Sequence in context: A040170 A085564 A158205 this_sequence A128467 A132232 A031389
Adjacent sequences: A109979 A109980 A109981 this_sequence A109983 A109984 A109985
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Zak Seidov (zakseidov(AT)yahoo.com), Jul 06 2005
|
|
|
Search completed in 0.002 seconds
|