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.

A250024 a(n) = 40*n - 21.

Original entry on oeis.org

19, 59, 99, 139, 179, 219, 259, 299, 339, 379, 419, 459, 499, 539, 579, 619, 659, 699, 739, 779, 819, 859, 899, 939, 979, 1019, 1059, 1099, 1139, 1179, 1219, 1259, 1299, 1339, 1379, 1419, 1459, 1499, 1539, 1579, 1619, 1659, 1699, 1739, 1779, 1819, 1859, 1899
Offset: 1

Views

Author

Karl V. Keller, Jr., Nov 10 2014

Keywords

Comments

This is the sequence of numbers congruent to 19 mod 40.

Crossrefs

Cf. A017377 (10*n+9), A142190 (prime terms).

Programs

Formula

From Vincenzo Librandi, Nov 11 2014: (Start)
G.f.: x*(19+21*x)/(1-x)^2.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). (End)
From Elmo R. Oliveira, Apr 04 2025: (Start)
E.g.f.: 21 + exp(x)*(40*x - 21).
a(n) = 2*a(n-1) - a(n-2) for n > 2. (End)