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.

A017029 a(n) = 7*n + 4.

Original entry on oeis.org

4, 11, 18, 25, 32, 39, 46, 53, 60, 67, 74, 81, 88, 95, 102, 109, 116, 123, 130, 137, 144, 151, 158, 165, 172, 179, 186, 193, 200, 207, 214, 221, 228, 235, 242, 249, 256, 263, 270, 277, 284, 291, 298, 305, 312, 319, 326, 333, 340, 347, 354, 361, 368, 375, 382
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. similar sequences with closed form (2*k-1)*n+k listed in A269044.

Programs

Formula

G.f.: (3*x + 4)/(1-x)^2. - Vincenzo Librandi, Jan 27 2013
From Elmo R. Oliveira, Apr 12 2025: (Start)
E.g.f.: exp(x)*(4 + 7*x).
a(n) = 2*a(n-1) - a(n-2). (End)

Extensions

Extended by Ray Chandler, Jan 25 2005