OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
The sequence of palindromic primes (A002385) begins with 2, 3, 5, 7, 11, 101, 131, 151, 181, 191, 313, 353, 373, 383, 727, 757, 787, 797, ...; concatenating them gives the digit string 235711101131151181191313353373383727757787797..., whose digits are the terms of this sequence.
MATHEMATICA
Flatten[IntegerDigits/@Select[Prime[Range[3000]], PalindromeQ]] (* Harvey P. Dale, Oct 03 2021 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Giovanni Teofilatto, Jan 10 2006
EXTENSIONS
Edited by Jon E. Schoenfield, May 07 2021
STATUS
approved