OFFSET
1,1
COMMENTS
This sequence is not unique to e; there are infinitely many numbers x such that mod(floor(x^n), 3) will produce the same sequence. - Franklin T. Adams-Watters, Sep 29 2011.
MATHEMATICA
Table[Mod[Floor[Exp[n]], 3], {n, 1, 50}]
Table[Floor[Exp[n]] - 3*Floor[Exp[n]/3], {n, 1, 50}]
CROSSREFS
KEYWORD
nonn,less
AUTHOR
Roger L. Bagula, Aug 19 2006
STATUS
approved