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.

A017425 a(n) = 11*n + 3.

Original entry on oeis.org

3, 14, 25, 36, 47, 58, 69, 80, 91, 102, 113, 124, 135, 146, 157, 168, 179, 190, 201, 212, 223, 234, 245, 256, 267, 278, 289, 300, 311, 322, 333, 344, 355, 366, 377, 388, 399, 410, 421, 432, 443, 454, 465, 476, 487, 498, 509, 520, 531, 542, 553, 564, 575, 586
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Elmo R. Oliveira, Apr 03 2024: (Start)
G.f.: (3+8*x)/(1-x)^2.
E.g.f.: exp(x)*(3 + 11*x).
a(n) = A226492(n+1) - A226492(n).
a(n) = 2*a(n-1) - a(n-2) for n >= 2. (End)

Extensions

Terms corrected by Vincenzo Librandi, Sep 02 2011