login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A233756
The n-th palindromic prime in base n.
1
5, 23, 17, 67, 43, 257, 113, 227, 191, 587, 277, 653, 647, 647, 947, 2081, 1697, 1619, 1283, 2083, 1873, 2719, 4159, 2729, 2551, 3947, 3083, 4703, 6577, 5927, 5669, 5813, 6737, 8231, 7673, 9293, 10267, 8819, 11527, 12799, 10169, 14369, 10301, 10039, 11597
OFFSET
2,1
MAPLE
A233756 := proc(n)
A230820(n, n) ;
end proc:
seq(A233756(n), n=2..50) ; # R. J. Mathar, Feb 16 2014
CROSSREFS
2nd diagonal of A230820.
Sequence in context: A078190 A081319 A177242 * A002582 A368425 A102723
KEYWORD
nonn,base
AUTHOR
Jake Lai, Dec 27 2013
STATUS
approved