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”).

A083471
Smallest prime which is a reverse concatenation of n consecutive primes.
1
2, 53, 292319, 59534743, 3731292319, 171311753, 193191181179173167163, 5953474341373129, 167163157151149139137131127, 149139137131127113109107103101, 103101978983797371676159
OFFSET
1,1
EXAMPLE
a(3) = 292319 which is the concatenation of 29,23 and 19.
MATHEMATICA
Table[SelectFirst[FromDigits[Flatten[IntegerDigits/@Reverse[#]]]&/@ Partition[ Prime[Range[1000]], n, 1], PrimeQ], {n, 20}] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, May 30 2021 *)
CROSSREFS
Cf. A083472.
Sequence in context: A234603 A087865 A278843 * A078691 A280754 A113028
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 02 2003
EXTENSIONS
More terms from David Wasserman, Nov 15 2004
STATUS
approved