login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029977 Palindromic primes in base 9. 3
2, 3, 5, 7, 109, 127, 173, 191, 227, 337, 373, 419, 601, 619, 683, 701, 719, 6967, 7129, 7867, 8443, 9181, 9343, 10333, 10657, 11071, 11971, 12547, 13033, 13367, 13691, 14843, 15581, 16319, 16481, 17957, 18119, 18371, 19433, 27067, 27967 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

P. De Geest, World!Of Palindromic Primes

MATHEMATICA

f[n_]:=FromDigits[RealDigits[n, 9][[1]]]==FromDigits[Reverse[RealDigits[n, 9][[1]]]]; lst={}; Do[p=Prime[n]; If[f[p], AppendTo[lst, p]], {n, 8!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 10 2009]

CROSSREFS

Sequence in context: A092908 A050784 A030150 * A052019 A205529 A006341

Adjacent sequences:  A029974 A029975 A029976 * A029978 A029979 A029980

KEYWORD

nonn,base

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 06:46 EST 2012. Contains 205451 sequences.