Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #9 Dec 05 2013 19:56:05
%S 7098637639,164268952147740,265279053157841,366289154167942,
%T 467299255178043,568309356188144,669319457198245,770329558208346,
%U 871339659218447,972349760228548,1073359861238649,11743699622487387
%N Integer part of (concatenation of (8n-3), (8n-2), (8n-1), (8n), (8n+1), (8n+2), (8n+3), (8n+4) divided by 8).
%C The concatenation is divisible by 8 (and so no "floor" is necessary) for 1 <= n <= 11. - R. Piyo (nagoya314(AT)yahoo.com), Dec 11 2004
%e a(3) = 2122232425262728/8 = 265279053157841.
%t Floor[(FromDigits[Flatten[IntegerDigits[#]]])/8]&/@Table[8n+k,{n,12}, {k,-3,4}] (* _Harvey P. Dale_, Jul 30 2011 *)
%Y Cf. A082251, A082252, A082253, A082254, A082256.
%K base,easy,nonn
%O 1,1
%A _Amarnath Murthy_, Apr 11 2003
%E More terms from _Joshua Zucker_, May 03 2006