login
Floor[ concatenation of 8 numbers from n+7 to n in that order divided by 8].
2

%I #4 Feb 14 2016 08:38:50

%S 9567901,10956790,12345679,13734567,138873456,1513887345,16401388734,

%T 176640138873,1892664013887,20189266401388,214518926640138,

%U 227145189266401,239771451892664,252397714518926,265023977145189

%N Floor[ concatenation of 8 numbers from n+7 to n in that order divided by 8].

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

%t Table[Floor[FromDigits[Flatten[IntegerDigits/@Range[n,n-7,-1]]]/8], {n,7,30}] (* _Harvey P. Dale_, Feb 14 2016 *)

%Y Cf. A074991 to A075000, A075003 to A075008, A075010.

%K base,nonn

%O 0,1

%A _Amarnath Murthy_, Sep 01 2002

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