OFFSET
1,1
COMMENTS
This is the comma transform of the primes (see A367360).
LINKS
Alois P. Heinz, Table of n, a(n) for n = 1..10000
FORMULA
MAPLE
a:= n-> parse(cat(""||(ithprime(n))[-1], ""||(ithprime(n+1))[1])):
seq(a(n), n=1..99); # Alois P. Heinz, Nov 22 2023
MATHEMATICA
With[{nmax=100}, Map[10Mod[#[[1]], 10]+IntegerDigits[#[[2]]][[1]]&, Partition[Prime[Range[nmax+1]], 2, 1]]] (* Paolo Xausa, Nov 24 2023 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Oct 15 2009
STATUS
approved