OFFSET
0,2
COMMENTS
Numbers that are divisible by all of 1, 2, 3, 4, 5, 6.
LINKS
Erich Friedman, What's Special About This Number? (See the entry for "60")
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
From Elmo R. Oliveira, Apr 16 2024: (Start)
G.f.: 60*x/(x-1)^2.
E.g.f.: 60*x*exp(x).
a(n) = 60*n = 2*a(n-1) - a(n-2) for n >= 2.
MATHEMATICA
Range[0, 2700, 60] (* Vladimir Joseph Stephan Orlovsky, Jul 12 2011 *)
PROG
(PARI) a(n)=60*n \\ Charles R Greathouse IV, Mar 19 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 29 2010
STATUS
approved