OFFSET
1,1
COMMENTS
Subsidiary sequences that could be added:(1) Start of the first occurrence of n consecutive primes in the above sequence. (2) Start of the first occurrence of n consecutive primes with digit reversal also a prime.
The subsidiary sequence (1) with the indices at which n>=2 consecutive primes are first found in this sequence is 1, 1, 4, 4, 4, 4, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, ... - R. J. Mathar, May 22 2009
Subsequence of A151768. - Reinhard Zumkeller, Jul 06 2009
LINKS
Anders Hellström, Table of n, a(n) for n = 1..10000
Anders Hellström, Sage program
MATHEMATICA
Select[Prime[Range[100]], !PrimeQ[FromDigits[Reverse[IntegerDigits[ # ]]]]&]
PROG
(Magma) [p: p in PrimesUpTo(500)|not IsPrime(Seqint(Reverse(Intseq(p))))]; // Vincenzo Librandi, Jun 03 2019
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Oct 04 2002
EXTENSIONS
More terms from Harvey P. Dale, Oct 11 2002
STATUS
approved