4

I know that from the definition for exponential we have that $e^x=\sum_{k\ge 0}\frac{x^k}{k!}$. As a consequence

$$e=\sum_{k\ge0}\frac{1}{k!}\quad\quad \text{and}\quad\quad \frac{1}{e}=\sum_{k\ge0}\frac{(-1)^k}{k!}$$

So Im curious about if exist some more functions that hold

$$f(k):\quad c=\sum_{k}f(k)\quad \text{and }\quad \frac{1}{c}=\sum_{k}(-1)^k f(k)\quad c\in\mathbb R\setminus \{1\}$$

P.S.: Im not sure about the tags for this question.

Masacroso
  • 30,417

1 Answers1

2

There are an infinity of cases as soon as you accept $f(k)$ to be whatever you want.

For instance$f(0)=a$, $f(1)=b$, $f(k>1)=0$.

Then every $(a,b)$ that fits $a^2=b^2+1$ are going to give $c=a+b$ and $\dfrac 1c=a-b$ as good answers.

For instance $a=2$ and $b=\sqrt 3$ will give $c=2+\sqrt 3$ and $\dfrac 1c=2-\sqrt 3$

Martigan
  • 5,844