Let a1=b1=1,an=an−1+2 and bn=an+bn−1 for every natural number ngeqslant2. Then ∑limitsn=115an⋅bn is equal to [25-Jul-2022-Shift-1]
📖 Explanation
Identifying the general terms for the given sequences allows us to apply standard summation identities. The sequence an is an arithmetic progression with a first term of 1 and a common difference of 2, which simplifies to the general term an=2n−1. The recursive relationship bn=an+bn−1 indicates that bn represents the sum of the first n odd integers, which is recognized as bn=n2.
Evaluating the summation of the product of these sequences involves calculating ∑n=115(2n−1)n2, which expands to the difference of two separate sums: 2∑n=115n3−∑n=115n2. Using the standard formulas for the sum of the first n cubes and squares, we calculate the values for n=15 as:
2(215⋅16)2−615⋅16⋅31
This expression simplifies to 2⋅1202−1240, which results in 28800−1240=27560.