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.

A093019 a(n) = A093018(n) mod 10.

Original entry on oeis.org

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

Views

Author

Ray Chandler, Apr 03 2004

Keywords

Comments

Luhn mod 10 check digits of terms in A093018.

Examples

			a(1)=8 because A093018(1) mod 10 = 18 mod 10 = 8.
a(5)=9 because A093018(5) mod 10 = 59 mod 10 = 9.
		

Crossrefs

Programs

Formula

a(n) = A093018(n) - 10*n. - Reinhard Zumkeller, Nov 08 2014