%I
%S 0,60,120,180,240,300,360,420,480,540,600,660,720,780,840,900,960,
%T 1020,1080,1140,1200,1260,1320,1380,1440,1500,1560,1620,1680,1740,
%U 1800,1860,1920,1980,2040,2100,2160,2220,2280,2340,2400,2460,2520,2580,2640,2700
%N Multiples of 60.
%C Numbers that are divisible by all of 1, 2, 3, 4, 5, 6.
%H Erich Friedman, <a href="https://erich-friedman.github.io/numbers.html">What's Special About This Number?</a> (See the entry for "60")
%t Range[0, 2700, 60] (* _Vladimir Joseph Stephan Orlovsky_, Jul 12 2011 *)
%o (PARI) a(n)=60*n \\ _Charles R Greathouse IV_, Mar 19 2017
%Y Cf. A169825.
%K nonn,easy
%O 0,2
%A _N. J. A. Sloane_, May 29 2010
|