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.

A126978 a(n) = 104*n + 9977.

Original entry on oeis.org

9977, 10081, 10185, 10289, 10393, 10497, 10601, 10705, 10809, 10913, 11017, 11121, 11225, 11329, 11433, 11537, 11641, 11745, 11849, 11953, 12057, 12161, 12265, 12369, 12473, 12577, 12681, 12785, 12889, 12993, 13097, 13201, 13305, 13409, 13513, 13617, 13721, 13825
Offset: 0

Views

Author

Robert H Barbour, Mar 20 2007, Jun 12 2007

Keywords

Comments

Langton's Ant Superhighway, the start point (9977th iteration, J. Propp) and the period length for the Superhighway (104).

Crossrefs

Programs

Formula

a(0)=9977, a(1)=10081, a(n) = 2*a(n-1) - a(n-2). - Harvey P. Dale, Dec 16 2011
G.f.: (9977 - 9873*x)/(1-x)^2. - Vincenzo Librandi, Sep 10 2015
E.g.f.: exp(x)*(9977 + 104*x). - Elmo R. Oliveira, Dec 08 2024