OFFSET
1,1
COMMENTS
The expression 6*(24*n - 1) is mentioned in the Bruinier-Ono paper (see theorem 1.1 and chapter 5).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..10000
J. H. Bruinier and K. Ono, Algebraic formulas for the coefficients of half-integral weight harmonic weak Maass forms.
E. Larson and L. Rolen, Integrality properties of the CM-values of certain weak Maass forms.
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
a(n) = 6*A183010(n).
From Elmo R. Oliveira, Apr 03 2025: (Start)
G.f.: 6*x*(x + 23)/(1 - x)^2.
E.g.f.: 6*(exp(x)*(24*x - 1) + 1).
a(n) = 2*a(n-1) - a(n-2) for n > 2. (End)
MATHEMATICA
144*Range[40]-6 (* Harvey P. Dale, Jul 20 2011 *)
PROG
(Magma) [6*(24*n - 1): n in [1..45]]; // Vincenzo Librandi, Jul 12 2011
(PARI) a(n)=144*n-6 \\ Charles R Greathouse IV, Nov 03 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Jul 09 2011
STATUS
approved
