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.

A259469 Digits of an idempotent 12-adic number.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jul 02 2015

Keywords

References

  • V. deGuerre and R. A. Fairbairn, Automorphic numbers, J. Rec. Math., 1 (No. 3, 1968), 173-179.

Crossrefs

The six examples given by deGuerre and Fairbairn are A055620, A054869, A018247, A018248, A259468, A259469.

Programs

  • Sage
    def a_list(n) : return crt(0, 1, 3^n, 4^n).digits(12) # Eric M. Schmidt, Jul 09 2015

Extensions

More terms from Eric M. Schmidt, Jul 09 2015