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”).

A067840
Factorial expansion of e^2 : exp(2) = Sum_{n >= 0} a(n)/n!.
2
7, 0, 0, 2, 1, 1, 4, 0, 6, 6, 6, 8, 5, 11, 5, 10, 10, 15, 16, 8, 19, 18, 15, 0, 16, 1, 2, 26, 17, 27, 23, 17, 18, 11, 24, 34, 25, 16, 27, 5, 33, 20, 11, 39, 35, 25, 39, 7, 5, 21, 27, 30, 33, 21, 34, 9, 10, 26, 32, 15, 35, 23, 6, 3, 21, 43, 50, 40, 41, 33, 1, 62, 58, 59, 12, 23, 62, 42
OFFSET
0,1
FORMULA
a(0) = 7; for n>=1, a(n) = floor(n!*e^2) - n*floor((n-1)!*e^2).
CROSSREFS
Sequence in context: A171917 A198919 A019933 * A132712 A021592 A235140
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 10 2002
EXTENSIONS
Offset changed to 0 by Sean A. Irvine, Jan 09 2024
STATUS
approved