A075008 Floor[ concatenation of 7 numbers from n+6 to n in that order divided by 7].
934744, 1093474, 1252204, 1410934, 1569664, 15871252, 173015696, 1874444426, 20187444442, 216304458729, 2307344731587, 2451644875887, 2595945020187, 2740245164487, 2884545308787, 3028845453087, 3173145597388, 3317445741688
Offset: 0
Links
- Harvey P. Dale, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
Table[Floor[FromDigits[Flatten[IntegerDigits/@Range[n+6,n,-1]]]/7],{n,0,20}] (* Harvey P. Dale, May 20 2021 *)
Extensions
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 18 2003