login
Partition the concatenation 1234567...of natural numbers into successive strings which are multiples of 8, all different and > 8. ( 0's never taken as the most significant digit.)
10

%I #5 Dec 05 2013 19:55:51

%S 123456,789101112,1314151617181920,2122232,42526272,82930313233343536,

%T 3738394041424,344,45464,74849505152,5354555657585960,616,26364656,

%U 66768,6970717273747576,777879808,1828384,858687888,9909192

%N Partition the concatenation 1234567...of natural numbers into successive strings which are multiples of 8, all different and > 8. ( 0's never taken as the most significant digit.)

%Y Cf. A077293, A077294, A077295, A077296, A077297, A077298, A077299, A077300, A077302.

%K base,nonn

%O 0,1

%A _Amarnath Murthy_, Nov 03 2002

%E Corrected and extended by _R. J. Mathar_, Mar 13 2006