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”).
%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