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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029978 Palindromic primes in base 11. 0
2, 3, 5, 7, 199, 277, 421, 443, 499, 521, 587, 643, 709, 743, 787, 809, 887, 953, 1009, 1031, 1109, 1153, 1231, 1297, 1319, 15731, 16831, 19031, 19273, 20857, 22441, 23057, 25741, 27809, 28183, 28909, 31231, 32089, 32573, 34157, 35257 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

P. De Geest, World!Of Palindromic Primes

MATHEMATICA

f[n_]:=FromDigits[RealDigits[n, 11][[1]]]==FromDigits[Reverse[RealDigits[n, 11][[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: A083184 A046478 A046475 * A122764 A195302 A064157

Adjacent sequences:  A029975 A029976 A029977 * A029979 A029980 A029981

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:47 EST 2012. Contains 205451 sequences.