OFFSET
1,1
COMMENTS
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..2000
William A. Stein, Dimensions of the spaces S_k(Gamma_0(N)).
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
a(n) = a(n-1) + 30.
MATHEMATICA
Range[6, 7000, 30] (* Vladimir Joseph Stephan Orlovsky, Jun 18 2011 *)
NestList[30+#&, 6, 50] (* or *) LinearRecurrence[{2, -1}, {6, 36}, 50] (* Harvey P. Dale, May 27 2018 *)
PROG
(Magma) [30*n - 24: n in [1..60]]; // Vincenzo Librandi, Jun 19 2011
(PARI) a(n)=30*n-24 \\ Charles R Greathouse IV, Aug 25 2014
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Odimar Fabeny, Jun 06 2008, Jun 07 2008
EXTENSIONS
More terms from Reinhard Zumkeller, Jun 22 2008
Edited by R. J. Mathar, Jul 20 2008
STATUS
approved