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.

A103214 a(n) = 24*n + 1.

Original entry on oeis.org

1, 25, 49, 73, 97, 121, 145, 169, 193, 217, 241, 265, 289, 313, 337, 361, 385, 409, 433, 457, 481, 505, 529, 553, 577, 601, 625, 649, 673, 697, 721, 745, 769, 793, 817, 841, 865, 889, 913, 937, 961, 985, 1009, 1033, 1057, 1081, 1105, 1129, 1153, 1177, 1201
Offset: 0

Views

Author

Ralf Stephan, Jan 28 2005

Keywords

Crossrefs

Equals A008606 + 1. Bisection of A017533.
Cf. A255185.

Programs

Formula

From Elmo R. Oliveira, Mar 21 2024: (Start)
G.f.: (1+23*x)/(1-x)^2.
E.g.f.: exp(x)*(1 + 24*x).
a(n) = A255185(n+1) - A255185(n).
a(n) = 2*a(n-1) - a(n-2) for n >= 2. (End)