|
Search: id:A082806
|
|
|
| A082806 |
|
Palindromes which are prime and the sum of the digits is also prime. |
|
+0 4
|
|
| 2, 3, 5, 7, 11, 101, 131, 151, 191, 313, 353, 373, 757, 797, 919, 10301, 10501, 11311, 12721, 13331, 13931, 14341, 14741, 15551, 16361, 16561, 18181, 19391, 19991, 30103, 30703, 31513, 32323, 33533, 34543, 35153, 35353, 35753, 36563, 38183
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Most of the initial palindromic primes are members.
|
|
EXAMPLE
|
E.g. 12721 is a palindromic prime and 1+2+7+2+1 = 13 is also prime.
|
|
MATHEMATICA
|
Select[ Range[390000], PrimeQ[ # ] && FromDigits[ Reverse[ IntegerDigits[ # ]]] == # && PrimeQ[ Plus @@ IntegerDigits[ # ]] & ] - Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 17 2003
|
|
CROSSREFS
|
Cf. A002385.
Adjacent sequences: A082803 A082804 A082805 this_sequence A082807 A082808 A082809
Sequence in context: A083139 A088562 A083712 this_sequence A109574 A084837 A062352
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), Apr 20 2003
|
|
EXTENSIONS
|
Corrected and extended by Giovanni Resta (g.resta(AT)iit.cnr.it), Feb 07 2006
Edited by njas at the suggestion of Andrew Plewe, May 14 2007
|
|
|
Search completed in 0.002 seconds
|