A074999 Floor[concatenation of nine consecutive numbers from n to n+8 divided by 9].
1371742, 13717421, 260630990, 3840876779, 50754344568, 630990012357, 7543445680146, 87677901347935, 990012357015724, 10112346812683513, 11234681268351302, 12357015724019091, 13479350179686880
Offset: 0
Links
- Harvey P. Dale, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
Table[FromDigits[Flatten[IntegerDigits/@Range[n,n+8]]]/9,{n,0,20}] (* Harvey P. Dale, Feb 19 2018 *)
Extensions
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 18 2003