cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A343469 Decimal expansion of Sum_{n>=1} (-1)^(n-1)/(n*arctan(n)).

Original entry on oeis.org

9, 8, 0, 8, 5, 4, 2, 7, 4, 5, 9, 1, 3, 5, 0, 6, 1, 5, 3, 9, 2, 2, 3, 2, 2, 7, 8, 2, 9, 9, 0, 1, 9, 6, 2, 2, 1, 1, 8, 5, 4, 1, 8, 0, 0, 7, 2, 0, 2, 3, 2, 0, 3, 6, 0, 6, 9, 7, 9, 0, 4, 2, 6, 4, 1, 3, 8, 8, 6, 4, 9, 3, 6, 2, 7, 7, 1, 9, 2, 0, 0, 7, 4, 3, 6, 1, 0, 6, 5, 8, 7, 1
Offset: 0

Views

Author

Bernard Schott, Apr 16 2021

Keywords

Comments

The alternating series test shows this series is convergent.

Examples

			0.98085427459135061539223227829901962211854180072023203606979...
		

Crossrefs

Programs

  • Maple
    evalf(sum((-1)^(n-1)/(n*arctan(n)), n=1..infinity),120);
  • PARI
    sumalt(n=1, (-1)^(n-1)/(n*atan(n))) \\ Michel Marcus, Apr 16 2021

Formula

Equals Sum_{n>=1} (-1)^(n-1)/(n*arctan(n)).