OFFSET
1,1
COMMENTS
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
EXAMPLE
a(3) = 2122232425262728/8 = 265279053157841.
MATHEMATICA
Floor[(FromDigits[Flatten[IntegerDigits[#]]])/8]&/@Table[8n+k, {n, 12}, {k, -3, 4}] (* Harvey P. Dale, Jul 30 2011 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Apr 11 2003
EXTENSIONS
More terms from Joshua Zucker, May 03 2006
STATUS
approved