A075009 Floor[ concatenation of 8 numbers from n+7 to n in that order divided by 8].
9567901, 10956790, 12345679, 13734567, 138873456, 1513887345, 16401388734, 176640138873, 1892664013887, 20189266401388, 214518926640138, 227145189266401, 239771451892664, 252397714518926, 265023977145189
Offset: 0
Links
- Harvey P. Dale, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
Table[Floor[FromDigits[Flatten[IntegerDigits/@Range[n,n-7,-1]]]/8], {n,7,30}] (* Harvey P. Dale, Feb 14 2016 *)
Extensions
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 18 2003