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.

A137290 Fibonacci(n) mod 30.

Original entry on oeis.org

1, 1, 2, 3, 5, 8, 13, 21, 4, 25, 29, 24, 23, 17, 10, 27, 7, 4, 11, 15, 26, 11, 7, 18, 25, 13, 8, 21, 29, 20, 19, 9, 28, 7, 5, 12, 17, 29, 16, 15, 1, 16, 17, 3, 20, 23, 13, 6, 19, 25, 14, 9, 23, 2, 25, 27, 22, 19, 11, 0, 11, 11, 22, 3, 25, 28, 23, 21, 14, 5, 19, 24, 13, 7, 20, 27, 17, 14
Offset: 1

Views

Author

Aaron M. Churchill (churchil(AT)math.udel.edu), Mar 15 2008

Keywords

Comments

Has period 120.

Crossrefs

Programs

  • Mathematica
    Mod[Fibonacci[Range[80]],30] (* Harvey P. Dale, Sep 12 2022 *)
  • PARI
    a(n) = fibonacci(n) % 30 \\ Michel Marcus, Jun 12 2013