S000401


Palindromic primes in base 24, but written here in base 10.

2, 3, 5, 7, 11, 13, 17, 19, 23, 577, 601, 673, 769, 937, 1009, 1033, 1129, 2909, 2957, 3221, 3389, 3413, 4111, 4159, 4231, 4327, 4423, 4447, 4519, 4567, 4591, 6491, 6563, 6659, 6779, 6803, 6827, 6899, 7549, 7573, 7621, 7669, 7717, 7741, 7789, 7933, 8053

1

S000401

T. D. Noe, Plot of 1000 terms

T. D. Noe, Table of 1000 terms

Eric W. Weisstein, MathWorld: Palindromic Prime

(Mma) nn = 24; t = {}; p = 1; While[Length[t] < 100, p = NextPrime[p]; If[IntegerDigits[p, nn] == Reverse[IntegerDigits[p, nn]], AppendTo[t, p]]]

Cf. A230820 (lists many other related sequences), S000394-S000403.

nonn,base

T. D. Noe, Dec 09 2014

© Tony D Noe 2014-2015