login
A187206
a(n) = 6*(24*n - 1).
4
138, 282, 426, 570, 714, 858, 1002, 1146, 1290, 1434, 1578, 1722, 1866, 2010, 2154, 2298, 2442, 2586, 2730, 2874, 3018, 3162, 3306, 3450, 3594, 3738, 3882, 4026, 4170, 4314, 4458, 4602, 4746, 4890, 5034, 5178, 5322, 5466, 5610, 5754, 5898, 6042, 6186, 6330, 6474, 6618
OFFSET
1,1
COMMENTS
The expression 6*(24*n - 1) is mentioned in the Bruinier-Ono paper (see theorem 1.1 and chapter 5).
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