OFFSET
1,1
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..100
M. Fleuren, Smarandache Back Concatenated Odd Primes
H. Marimutha, Smarandache Concatenated Type Sequences, Bulletin of Pure and Applied Sciences, Vol. 16 E(No.2), 1997; p. 225-226.
F. Smarandache, Collected papers, Vol. II, University of Kishinev, 1997.
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits/@Reverse[Prime[Range[2, n]]]]], {n, 2, 21}] (* Harvey P. Dale, Mar 01 2023 *)
PROG
(PARI) a(n)={fromdigits(concat([digits(k) | k<-Vecrev(primes(n+1))[1..n]]))} \\ Andrew Howroyd, Feb 12 2020
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Micha Fleuren (michafleuren(AT)hotmail.com), Mar 24 2004
EXTENSIONS
More terms from Ray Chandler, Mar 28 2004
Offset corrected by Michel Marcus, Aug 15 2017
Terms a(14) and beyond from Andrew Howroyd, Feb 12 2020
STATUS
approved