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.

A144468 Final digit of multiples of 7.

Original entry on oeis.org

0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 0, 7, 4, 1, 8, 5
Offset: 0

Views

Author

Paul Curtz, Oct 09 2008

Keywords

Comments

Period 10: repeat [0, 7, 4, 1, 8, 5, 2, 9, 6, 3]. The ten digits by jumps of three terms or a(3n). Also reverse of A131579(n+1), n =1..10, repeated.

Crossrefs

Cf. A131579.

Programs

Formula

a(n) = 7*n (mod 10) = -3*n (mod 10), n >= 0. See the name.
a(n+10) = a(n). - Wesley Ivan Hurt, Apr 16 2024