Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075807
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075807 Numbers n such that n-th prime is palindromic. +0
2
1, 2, 3, 4, 5, 26, 32, 36, 42, 43, 65, 71, 74, 76, 129, 134, 138, 139, 157, 158, 1263, 1285, 1293, 1367, 1377, 1483, 1519, 1528, 1583, 1635, 1647, 1682, 1726, 1805, 1814, 1867, 1897, 1917, 1928, 2009, 2060, 2083, 2117, 2196, 2250, 2260, 3255, 3267, 3285 (list; graph; listen)
OFFSET

1,2

EXAMPLE

26-th prime is 101, which is palindromic.

MAPLE

test := proc(n) local d; d := convert(ithprime(n), base, 10); return ListTools[Reverse](d)=d; end; a := []; for n from 1 to 4000 do if test(n) then a := [op(a), n]; end; od; a;

CROSSREFS

Cf. A002385, A069217.

Sequence in context: A037400 A080695 A088865 this_sequence A124232 A051143 A084853

Adjacent sequences: A075804 A075805 A075806 this_sequence A075808 A075809 A075810

KEYWORD

nonn,base

AUTHOR

Jani Melik (jani_melik(AT)hotmail.com), Oct 13 2002

EXTENSIONS

Edited by Dean Hickerson (dean(AT)math.ucdavis.edu), Oct 21 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research