login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A017317
a(n) = 10n + 4.
15
4, 14, 24, 34, 44, 54, 64, 74, 84, 94, 104, 114, 124, 134, 144, 154, 164, 174, 184, 194, 204, 214, 224, 234, 244, 254, 264, 274, 284, 294, 304, 314, 324, 334, 344, 354, 364, 374, 384, 394, 404, 414, 424, 434, 444, 454, 464, 474, 484, 494, 504, 514, 524, 534
OFFSET
0,1
COMMENTS
Apart from initial term(s), dimension of the space of weight 2n cusp forms for Gamma_0( 59 ).
FORMULA
a(n) = 10*n + 4; a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, May 29 2011
G.f.: 2*(2+3*x)/(x-1)^2 . - R. J. Mathar, Mar 20 2018
MATHEMATICA
Range[4, 1000, 10] (* Vladimir Joseph Stephan Orlovsky, May 28 2011 *)
PROG
(Magma) [10*n+4: n in [0..60]]; // Vincenzo Librandi, May 29 2011
(PARI) a(n)=10*n+4 \\ Charles R Greathouse IV, Jul 10 2016
CROSSREFS
Sequence in context: A277966 A043505 A277591 * A195973 A116963 A094930
KEYWORD
nonn,easy
STATUS
approved