This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A082255 #9 Dec 05 2013 19:56:05 %S A082255 7098637639,164268952147740,265279053157841,366289154167942, %T A082255 467299255178043,568309356188144,669319457198245,770329558208346, %U A082255 871339659218447,972349760228548,1073359861238649,11743699622487387 %N A082255 Integer part of (concatenation of (8n-3), (8n-2), (8n-1), (8n), (8n+1), (8n+2), (8n+3), (8n+4) divided by 8). %C A082255 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 A082255 a(3) = 2122232425262728/8 = 265279053157841. %t A082255 Floor[(FromDigits[Flatten[IntegerDigits[#]]])/8]&/@Table[8n+k,{n,12}, {k,-3,4}] (* _Harvey P. Dale_, Jul 30 2011 *) %Y A082255 Cf. A082251, A082252, A082253, A082254, A082256. %K A082255 base,easy,nonn %O A082255 1,1 %A A082255 _Amarnath Murthy_, Apr 11 2003 %E A082255 More terms from _Joshua Zucker_, May 03 2006