login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A259468
Digits of an idempotent 12-adic number.
7
4, 5, 8, 3, 11, 1, 6, 11, 1, 2, 11, 2, 5, 4, 3, 11, 7, 6, 2, 11, 6, 8, 9, 6, 1, 10, 3, 10, 1, 8, 10, 3, 3, 1, 10, 8, 6, 4, 6, 11, 2, 0, 4, 0, 3, 8, 9, 9, 5, 3, 1, 0, 9, 7, 11, 8, 7, 6, 5, 2, 5, 1, 10, 2, 11, 0, 2, 7, 6, 6, 5, 4, 7, 2, 0, 5, 11, 7, 8, 7, 2, 6
OFFSET
0,1
REFERENCES
V. deGuerre and R. A. Fairbairn, Automorphic numbers, J. Rec. Math., 1 (No. 3, 1968), 173-179.
LINKS
V. deGuerre and R. A. Fairbairn, Automorphic numbers, Jnl. Rec. Math., 1 No. 3, (1968), 173-179.
PROG
(Sage) def a_list(n) : return crt(1, 0, 3^n, 4^n).digits(12) # Eric M. Schmidt, Jul 09 2015
CROSSREFS
The six examples given by deGuerre and Fairbairn are A055620, A054869, A018247, A018248, A259468, A259469.
Sequence in context: A263208 A010477 A195386 * A143717 A155921 A016721
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Jul 02 2015
EXTENSIONS
More terms from Eric M. Schmidt, Jul 09 2015
STATUS
approved