OFFSET
0,4
LINKS
Robert Israel, Table of n, a(n) for n = 0..10000
Wikipedia, p-adic exponential
EXAMPLE
exp(3) = 1 + 3 + 9/2 + 9/2 + 27/8 + ... = 1 + 3 + 3^2 + 2*3^3 + O(3^4).
MAPLE
R:= evalp(exp(3), 3, 200):
op([1, 3], R);
PROG
(PARI) N=100; Vecrev(digits(lift(exp(3+O(3^N))), 3), N) \\ Seiichi Manyama, Aug 20 2019
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Robert Israel, Aug 03 2018
STATUS
approved