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.

A156376 a(n) = 30*n + 19.

Original entry on oeis.org

19, 49, 79, 109, 139, 169, 199, 229, 259, 289, 319, 349, 379, 409, 439, 469, 499, 529, 559, 589, 619, 649, 679, 709, 739, 769, 799, 829, 859, 889, 919, 949, 979, 1009, 1039, 1069, 1099, 1129, 1159, 1189, 1219, 1249, 1279, 1309, 1339, 1369, 1399, 1429, 1459, 1489
Offset: 0

Views

Author

Vincenzo Librandi, Aug 12 2009

Keywords

Programs

Formula

a(n) = 2*a(n-1) - a(n-2).
G.f.: (19+11*x)/(x-1)^2.
Sum_{n>=0} a(n)/(16*(n+1)^3*(2*n+1)*binomial(2*n+1,n)^2) = zeta(3). - Daniel Suteu, Oct 31 2017
E.g.f.: exp(x)*(19 + 30*x). - Elmo R. Oliveira, Dec 08 2024

Extensions

Offset corrected by R. J. Mathar, Oct 12 2009