login
Floor[concatenation of nine consecutive numbers from n to n+8 divided by 9].
10

%I #6 Feb 19 2018 14:42:41

%S 1371742,13717421,260630990,3840876779,50754344568,630990012357,

%T 7543445680146,87677901347935,990012357015724,10112346812683513,

%U 11234681268351302,12357015724019091,13479350179686880

%N Floor[concatenation of nine consecutive numbers from n to n+8 divided by 9].

%H Harvey P. Dale, <a href="/A074999/b074999.txt">Table of n, a(n) for n = 0..1000</a>

%t Table[FromDigits[Flatten[IntegerDigits/@Range[n,n+8]]]/9,{n,0,20}] (* _Harvey P. Dale_, Feb 19 2018 *)

%Y Cf. A074991, A074992, A074993, A074994, A074995, A074996, A036377, A073086.

%K base,easy,nonn

%O 0,1

%A _Amarnath Murthy_, Aug 31 2002

%E More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 18 2003