OFFSET
1,2
LINKS
Seiichi Manyama, Table of n, a(n) for n = 1..337
FORMULA
EXAMPLE
1234 decimal is 2322 octal the 4th entry in the table.
MATHEMATICA
Table[FromDigits[IntegerDigits[FromDigits[Flatten[IntegerDigits/@ Range[ n]]], 8]], {n, 20}] (* Harvey P. Dale, Aug 11 2021 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Cino Hilliard, Aug 29 2004
STATUS
approved