OFFSET
1,2
LINKS
Alois P. Heinz, Table of n, a(n) for n = 1..351
MAPLE
a:= n-> (t-> numer(t/10^length(t)))(parse(cat(2*i$i=1..n))):
seq(a(n), n=1..17); # Alois P. Heinz, Jun 25 2025
PROG
(PARI) a(n) = {my(s = ""); for (k=1, n, s = concat(s, Str(2*k))); numerator(eval(s)/10^(#s)); } \\ Michel Marcus, Jan 15 2019
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 24 2002
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 19 2003
More terms from Michel Marcus, Jan 15 2019
STATUS
approved
