A075004 Floor[ concatenation of n+2, n+1 and n divided by 3 ].
70, 107, 144, 181, 218, 255, 292, 329, 366, 3703, 40370, 43737, 47104, 50471, 53838, 57205, 60572, 63939, 67306, 70673, 74040, 77407, 80774, 84141, 87508, 90875, 94242, 97609, 100976, 104343, 107710, 111077, 114444, 117811, 121178, 124545
Offset: 0
Examples
Sequence exhibits similar properties to A074991.
Programs
-
Maple
70, 107, 144, 181, 218, 255, 292, 329, 366, 3703, seq(floor(((n+2)*10^4+(n+1)*10^2+n)/3),n=10..99);
Extensions
More terms from Sascha Kurz, Jan 14 2003