Euler's Number
March 27, 2011
An infinite sequence of real numbers a(n) is defined for all integers n as follows: $$a(n) = \begin{cases} 1 & n \lt 0\ \sum \limits_{i = 1}^{\infty}{\dfrac{a(n - i)}{i!}} & n \ge 0 \end{cases}$$
For example,
a(0) = |
|
+ |
|
+ |
|
+ ... = e − 1 |
a(1) = |
|
+ |
|
+ |
|
+ ... = 2e − 3 |
a(2) = |
|
+ |
|
+ |
|
+ ... = |
|
e − 6 |
It can be shown that a(n) is of the form |
|
for integers A(n) and B(n). |
For example a(10) = |
|
. |
Find A(109) + B(109) and give your answer mod 77 777 777.
Written by gamwe6 who lives and works in San Francisco building useful things. You should follow him on Twitter