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.

A118517 Define sequence S_m by: initial term = m, reverse digits and add 3 to get next term. Entry shows S_1. This reaches a cycle of length 3 in 1 step.

Original entry on oeis.org

1, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10, 4, 7, 10
Offset: 1

Views

Author

N. J. A. Sloane, May 06 2006

Keywords

Crossrefs

Cf. A117831, A118518 on.

Programs

  • Mathematica
    Join[{1},LinearRecurrence[{0,0,1},{4,7,10},90]] (* Ray Chandler, Jul 18 2015 *)