OFFSET
0,2
COMMENTS
If n is a multiple of 24, also the sum of the divisors of n-1 is a multiple of 24. - Vincenzo Librandi, Apr 12 2014
This is the sequence of numbers n such that A259748(n)/n = 11/12. - Danny Rorabaugh, Oct 22 2015
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Milan Janjic, Enumerative Formulas for Some Functions on Finite Sets
Tanya Khovanova, Recursive Sequences
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 336
Index entries for linear recurrences with constant coefficients, signature (2, -1).
FORMULA
G.f.: 24*x/(1-x)^2. - Vincenzo Librandi, Jun 11 2013
a(n) = 24*A001477(n) - Danny Rorabaugh, Oct 24 2015
MATHEMATICA
Range[0, 1500, 24] (* Vladimir Joseph Stephan Orlovsky, Jun 01 2011 *)
CoefficientList[Series[24 x / (x - 1)^2, {x, 0, 60}], x] (* Vincenzo Librandi, Jun 11 2013 *)
PROG
(PARI) a(n)=24*n \\ Charles R Greathouse IV, Sep 24 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved