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.

A112414 a(n) = 3*n + 7.

Original entry on oeis.org

7, 10, 13, 16, 19, 22, 25, 28, 31, 34, 37, 40, 43, 46, 49, 52, 55, 58, 61, 64, 67, 70, 73, 76, 79, 82, 85, 88, 91, 94, 97, 100, 103, 106, 109, 112, 115, 118, 121, 124, 127, 130, 133, 136, 139, 142, 145, 148, 151, 154, 157, 160, 163, 166, 169, 172, 175, 178, 181, 184
Offset: 0

Views

Author

Zerinvary Lajos, Dec 09 2005

Keywords

Comments

At least the first 2 million terms from a(1) on coincide with the corresponding terms of A086822(n+2). - R. J. Mathar, Aug 15 2008

Crossrefs

Programs

Formula

From Elmo R. Oliveira, Oct 30 2024: (Start)
G.f.: (7 - 4*x)/(1 - x)^2.
E.g.f.: (7 + 3*x)*exp(x).
a(n) = 2*a(n-1) - a(n-2) for n >= 2.
a(n) = A016933(n+2)/2 = A059845(n+1) - A059845(n). (End)

Extensions

Better definition from T. D. Noe, Nov 30 2006