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

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

%S 12345,678910,1112131415,1617181920,2122232425,2627282930,3132333435,

%T 3637383940,4142434445,4647484950,515,25,35,45,55,65,75,85,960,

%U 6162636465,6667686970,7172737475,7677787980,8182838485,8687888990

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

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

%K base,nonn

%O 0,1

%A _Amarnath Murthy_, Nov 03 2002

%E More terms from _R. J. Mathar_, Mar 13 2006

%E More terms from Kyle Shearer (kss198(AT)psu.edu), Mar 14 2006