cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A017317 a(n) = 10*n + 4.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Apart from initial term(s), dimension of the space of weight 2n cusp forms for Gamma_0(59).

Crossrefs

Programs

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
From Elmo R. Oliveira, Apr 05 2025: (Start)
E.g.f.: 2*exp(x)*(2 + 5*x).
a(n) = 2*A016873(n) = A016897(2*n). (End)