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.

A247621 Decimal expansion of Sum_{k>=1} 1/(2*k)-tanh(1/(2*k)).

Original entry on oeis.org

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

Views

Author

Vaclav Kotesovec, Sep 21 2014

Keywords

Examples

			0.04615145130591420884656838354174674728274955974710537814789097038...
		

Crossrefs

Cf. A003483.

Programs

  • Maple
    evalf(sum(1/(2*k)-tanh(1/(2*k)), k=1..infinity), 120)
  • PARI
    default(realprecision,150); sumpos(k=1,(1/(2*k)-tanh(1/(2*k))))