OFFSET
1,1
COMMENTS
All terms are divisible by 9. - Michel Marcus, Sep 21 2015
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
nxt[n_]:=Module[{idn=IntegerDigits[n], idn8=IntegerDigits[8n]}, FromDigits[Join[idn, idn8]]]; Array[nxt, 100] (* Vincenzo Librandi, Feb 04 2014 *)
PROG
(Magma) [Seqint(Intseq(8*n) cat Intseq(n)): n in [1..50]]; // Vincenzo Librandi, Feb 04 2014
(PARI) a(n) = eval(Str(n, 8*n)); \\ Michel Marcus, Sep 21 2015
CROSSREFS
KEYWORD
nonn,base,less,easy
AUTHOR
STATUS
approved