Find the formula to express the infinite series....

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
maxhersch
Messages
20
Reaction score
0
The problem is to find the general term ##a_n## (not the partial sum) of the infinite series with a starting point n=1

$$a_n = \frac {8} {1^2 + 1} + \frac {1} {2^2 + 1} + \frac {8} {3^2 + 1} + \frac {1} {4^2 + 1} + \text {...}$$

The denominator is easy, just ##n^2 + 1## but I can't think of any way to get the numerator to alternate between 8 and 1.
 
Physics news on Phys.org
Never mind I figured it out $$a_n = \frac {9 - 7 \{ -1 \} ^n} {2 \{ 1 + n^2 \}}$$