A309887 Coefficients of 4-adic expansion of exp(4).
1, 3, 0, 1, 1, 0, 0, 1, 2, 3, 0, 2, 0, 2, 3, 0, 2, 0, 3, 1, 2, 2, 1, 0, 2, 2, 3, 0, 3, 2, 2, 3, 0, 2, 1, 0, 0, 0, 2, 3, 0, 2, 0, 0, 3, 3, 3, 1, 3, 0, 2, 2, 3, 3, 3, 1, 0, 3, 1, 2, 0, 0, 2, 3, 3, 1, 1, 0, 2, 1, 3, 2, 1, 1, 0, 1, 2, 3, 2, 3, 1, 1, 2, 2, 0, 3, 3, 0, 1, 1, 1, 2, 0, 1, 3, 0, 2, 2, 0, 3
Offset: 0
Links
- Robert Israel, Table of n, a(n) for n = 0..9999
Crossrefs
Programs
-
Maple
op([1,3],padic:-evalp(exp(4),4,100)); # Robert Israel, Aug 02 2020
-
PARI
N=100; Vecrev(digits(lift(exp(4+O(2^(2*N)))), 4), N)