login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A075010
a(n) = floor( concatenation of 9 numbers from n+8 to n in that order divided by 9 ).
7
97393690, 109739369, 122085048, 1234430727, 13456776406, 145790122085, 1570134567764, 16823680123443, 179460145790122, 1906834903467901, 20190683490346790, 21313017946014579, 22435352401682368, 23557686857350157, 24680021313017946, 25802355768685735
OFFSET
0,1
MATHEMATICA
Table[Floor[FromDigits[Flatten[IntegerDigits/@Range[n+8, n, -1]]]/9], {n, 0, 20}] (* Harvey P. Dale, Aug 04 2019 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 01 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 14 2003
Corrected and extended by Harvey P. Dale, Aug 04 2019
STATUS
approved