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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029732 Palindromic primes in base 16 (or hexadecimal), but written here in base 10. 3
2, 3, 5, 7, 11, 13, 17, 257, 337, 353, 401, 433, 449, 787, 883, 947, 1301, 1381, 1429, 1493, 1831, 1847, 1879, 2039, 2377, 2393, 2441, 2473, 2521, 2843, 2939, 2971, 3019, 3067, 3373, 3389, 3469, 3517, 3533, 3581, 3919, 3967, 4079, 65537 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Attila Olah, Table of n, a(n) for n=1..10000

P. De Geest, Palindromic numbers beyond base 10

Attila Olah, Table of n, a(n) for n=1..10000 (written in hexadecimal)

MATHEMATICA

lst={}; Do[p=Prime[n]; If[IntegerDigits[p, 16]==Reverse[IntegerDigits[p, 16]], AppendTo[lst, p]], {n, 7!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 31 2009]

CROSSREFS

Sequence in context: A053434 A061166 A003681 * A037950 A181160 A105049

Adjacent sequences:  A029729 A029730 A029731 * A029733 A029734 A029735

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