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.

A134267 a(n) = |A090964(n+1) - A090964(n)|.

Original entry on oeis.org

3, 2, 3, 2, 5, 2, 3, 2, 5, 2, 3, 2, 5, 2, 3, 2, 5, 2, 3, 2, 5, 2, 3, 2, 5, 2, 3, 2, 5, 2, 3, 2, 5, 2, 3, 2, 5, 2, 3, 2, 5
Offset: 1

Views

Author

Giovanni Teofilatto, Jan 15 2008

Keywords

Comments

Except for initial term, periodic sequence with period 2 3 2 5.

Crossrefs

Cf. A090964.

Programs

  • Mathematica
    LinearRecurrence[{0,0,0,1},{3,2,3,2,5},50] (* or *) PadRight[{3},50,{5,2,3,2}] (* Harvey P. Dale, May 13 2023 *)