Skip to content

Erdős problem 15

Is it true that n=1(1)nnpn\sum_{n=1}^\infty(-1)^n\frac{n}{p_n} converges, where pnp_n is the sequence of primes?

Sources

Browse retained paths and inspect the exact material available for this Problem.

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

15.lean

Retained formal statement1 of 1

Is it true that n=1(1)nnpn\sum_{n=1}^\infty(-1)^n\frac{n}{p_n} converges, where pnp_n is the sequence of primes?

Note: In the problem statement, pnp_n is the nn-th prime, indexed such that p1=2,p2=3,p_1=2, p_2=3, \ldots. We 0-index here to reflect how Nat.nth works.

FormalConjectures/ErdosProblems/15.leanErdos15.erdos_151 lineExact file
TrueSummable fun k => (-1) ^ (k + 1) * (↑k + 1) / ↑(Nat.nth Nat.Prime k)
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page