A242570 a(n) = 252 * n.
0, 252, 504, 756, 1008, 1260, 1512, 1764, 2016, 2268, 2520, 2772, 3024, 3276, 3528, 3780, 4032, 4284, 4536, 4788, 5040, 5292, 5544, 5796, 6048, 6300, 6552, 6804, 7056, 7308, 7560, 7812, 8064, 8316, 8568, 8820, 9072, 9324, 9576, 9828, 10080, 10332, 10584, 10836, 11088, 11340
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (2,-1).
Programs
-
Mathematica
252*Range[0, 49] (* Alonso del Arte, May 17 2014 *) LinearRecurrence[{2,-1},{0,252},50] (* Harvey P. Dale, Mar 25 2025 *)
-
PARI
for(n=0,50,print(252*n))
Comments