Solution 1 (uses calculus)
Note that the Δs are reminiscent of differentiation; from the condition Δ(ΔA)=1, we are led to consider the differential equation
dn2d2A=1
This inspires us to guess a quadratic with leading coefficient 1/2 as the solution;
an=21(n−19)(n−92)
as we must have roots at n=19 and n=92.
Thus, a1=21(1−19)(1−92)=819.
Solution 2
Let Δ1A=ΔA, and ΔnA=Δ(Δ(n−1)A).
Note that in every sequence of ai, an=(1n−1)Δan+(2n−1)Δ2an+(3n−1)Δ3an+...
Then an=a1+(1n−1)Δa1+(2n−1)Δ2a1+(3n−1)Δ3a1+...
Since Δa1=a2−a1, an=a1+(1n−1)(a2−a1)+(2n−1)⋅1=a1+n(a2−a1)+(2n−1)
a19=0=a1+18(a2−a1)+(218)=18a2−17a1+153
a92=0=a1+91(a2−a1)+(291)=91a2−90a1+4095
Solving, a1=819.
Solution 3
The sequence Δ(ΔA) is the second finite difference sequence, and the first k−1 terms of this sequence can be computed in terms of the original sequence as shown below.
a3+a1−2a2a4+a2−2a3ak+ak−2−2ak−1ak+1+ak−1−2ak==⋮==1111.
Adding the above k−1 equations we find that
(ak+1−ak)=k−1+(a2−a1).(1)
We can sum equation (1) from k=1 to 18, finding
18(a1−a2)−a1=153.(2)
We can also sum equation (1) from k=1 to 91, finding
91(a1−a2)−a1=4095.(3)
Finally, 18⋅(3)−91⋅(2) gives a1=819.
Kris17
Solution 4
Since all terms of Δ(ΔA) are 1, we know that ΔA looks like (k,k+1,k+2,...) for some k. This means A looks like (a1,a1+k,a1+2k+1,a1+3k+3,a1+4k+6,...). More specifically, An=a1+k(n−1)+2(n−1)(n−2). Plugging in a19=a92=0, we have the following linear system:
a1+91k=−4095
a1+18k=−153
From this, we can easily find that k=−54 and a1=819. Solution by Zeroman
Solution 5
Since the result of two finite differences of some sequence is a constant sequence, we know that sequence is a quadratic. Furthermore, we know that f(19)=f(92)=0 so the quadratic is f(x)=a(x−19)(x−92) for some constant a. Now we use the conditions that the finite difference is 1 to find a. We know f(19)=0 and f(20)=−72a and f(18)=74a. Therefore applying finite differences once yields the sequence −74a,−72a and then applying finite differences one more time yields 2a so a=21. Therefore f(1)=9⋅91=819.
Solution 6
Let a1=a,a2=b. From the conditions, we have
an−1+an+1=2an+1,
for all n>1. From this, we find that
a3a4a5=2b+1−a=3b+3−2a=4b+6−3a,
or, in general,
an=(n−1)b+2(n−2)(n−1)−(n−2)a.
Note: we can easily prove this by induction. Now, substituting n=19,92, we find that
0=0=b=18b+217⋅18−17a91b+290⋅91−90a1817a−217⋅18=9190a−290⋅91.
Now, cross multiplying, we find that
91(17a−217⋅18)1547a−2(18⋅91)⋅1773aa=218⋅91=9⋅91=819.=18(90a−290⋅91)=1620−2(18⋅91)⋅90=218⋅91⋅(90−17=73)