OFFSET
1,2
COMMENTS
Decimal representation of the "digits" of e = exp(1) when represented in the base(prime(n))-numeral system.
EXAMPLE
For n=15, a(15) = floor(prime(15)*(e-2)) = floor(47*(e-2)) = floor(33.7592459...) = 33, so a(15)=33.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Ahmad J. Masad, Oct 04 2017
STATUS
approved