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.

Showing 1-2 of 2 results.

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 *)

A118520 Define sequence S_m by: initial term = m, reverse digits and add 3 to get next term. Entry shows S_5. This reaches a cycle of length 6 in 2 steps.

Original entry on oeis.org

5, 8, 11, 14, 44, 47, 77, 80, 11, 14, 44, 47, 77, 80, 11, 14, 44, 47, 77, 80, 11, 14, 44, 47, 77, 80, 11, 14, 44, 47, 77, 80, 11, 14, 44, 47, 77, 80, 11, 14, 44, 47, 77, 80, 11, 14, 44, 47, 77, 80, 11, 14, 44, 47, 77, 80, 11, 14, 44, 47, 77, 80, 11, 14, 44, 47, 77, 80
Offset: 1

Views

Author

N. J. A. Sloane, May 06 2006

Keywords

Crossrefs

Cf. A117831, A118517 on.

Programs

  • Mathematica
    Join[{5,8},LinearRecurrence[{0,0,0,0,0,1},{11,14,44,47,77,80},66]] (* Ray Chandler, Jul 18 2015 *)

Formula

a(n) = A118518(n+1). - R. J. Mathar, Sep 02 2013
Showing 1-2 of 2 results.