login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117059 Palindromes for which the multiplicative digital root is a prime. 0
2, 3, 5, 7, 121, 131, 151, 171, 232, 474, 535, 575, 666, 929, 999, 3993, 9339, 11211, 11311, 11511, 11711, 12321, 14741, 15351, 15751, 16661, 19291, 19991, 21312, 22722, 23632, 28782, 29392, 32623, 33233, 33933, 35753, 36363, 38383, 39193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
575 is in the sequence because (1) it is a palindrome and (2)the multiplicative digital root is 5, which is a prime.
MATHEMATICA
d[n_] := IntegerDigits[n]; Select[Range[39200], Reverse[y = d[#1]] == y && PrimeQ[NestWhile[Times @@ d[#] &, #1, # > 9 &]] &] (* Jayanta Basu, Jul 13 2013 *)
CROSSREFS
Cf. A002113.
Sequence in context: A046713 A119835 A076609 * A117058 A067173 A357262
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 16 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 17 17:29 EDT 2024. Contains 374377 sequences. (Running on oeis4.)