OFFSET
1,1
COMMENTS
It appears that the sum of divisors of each term is a multiple of 36. For example, the divisors of a(3) = 102 are {1, 2, 3, 6, 17, 34, 51, 102}, with sum 216 = 6*36.
It also appears that the sum of divisors of each term of {K*n-6} is a multiple of K for K = 72, 144, and 288.
LINKS
FORMULA
G.f.: 6*(x+5)/(x-1)^2 - Harvey P. Dale, Jun 18 2021
From Elmo R. Oliveira, Apr 04 2025: (Start)
E.g.f.: 6*(exp(x)*(6*x - 1) + 1).
a(n) = 6*A016969(n-1).
a(n) = 2*a(n-1) - a(n-2) for n > 2. (End)
MATHEMATICA
36*Range[60]-6 (* or *) LinearRecurrence[{2, -1}, {30, 66}, 60] (* Harvey P. Dale, Jun 18 2021 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
John W. Layman, Mar 14 2012
STATUS
approved
