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.

A017041 a(n) = 7*n + 5.

Original entry on oeis.org

5, 12, 19, 26, 33, 40, 47, 54, 61, 68, 75, 82, 89, 96, 103, 110, 117, 124, 131, 138, 145, 152, 159, 166, 173, 180, 187, 194, 201, 208, 215, 222, 229, 236, 243, 250, 257, 264, 271, 278, 285, 292, 299, 306, 313, 320, 327, 334, 341, 348, 355, 362, 369, 376, 383
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = 7*n + 5, n >= 0 (see the name).
a(n) = A125199(n+1,2) for n>0. - Reinhard Zumkeller, Nov 24 2006
G.f.: (5+2*x)/(1-x)^2 = 7*x/(1-x)^2 + 5/(1-x). - Wolfdieter Lang, Apr 10 2015
a(n) = A000326(n+2) - 3*A000217(n-1). - Leo Tavares, Sep 13 2022
E.g.f.: exp(x)*(5 + 7*x). - Stefano Spezia, Oct 10 2022