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.

A190991 a(n) = 13*n + 1.

Original entry on oeis.org

1, 14, 27, 40, 53, 66, 79, 92, 105, 118, 131, 144, 157, 170, 183, 196, 209, 222, 235, 248, 261, 274, 287, 300, 313, 326, 339, 352, 365, 378, 391, 404, 417, 430, 443, 456, 469, 482, 495, 508, 521, 534, 547, 560, 573, 586, 599, 612, 625, 638, 651, 664, 677
Offset: 0

Views

Author

Keywords

Comments

Partial sums give A051867. - Leo Tavares, Mar 19 2023

Crossrefs

Programs

Formula

a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, Jun 11 2011
From Alejandro J. Becerra Jr., Jun 04 2020: (Start)
a(n) = 13*A001477(n) + A000012(n).
G.f.: (1 + 12*x)/(1 - x)^2. (End)
E.g.f.: (1+13*x)*exp(x). - G. C. Greubel, Sep 16 2022