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.

A259173 Decimal expansion of the positive solution x to Sum_{k>=1} 1/(k^2 + x) = 1.

This page as a plain text file.
%I A259173 #21 Jul 04 2015 02:43:29
%S A259173 1,2,8,0,2,0,1,6,8,3,2,8,9,5,6,6,0,1,0,6,1,2,9,1,8,8,3,7,5,7,9,9,6,4,
%T A259173 2,1,3,1,4,8,6,1,8,4,2,4,9,1,5,8,5,0,4,2,8,9,2,2,1,3,0,5,7,9,6,1,5,1,
%U A259173 8,6,2,3,2,7,5,1,8,6,8,0,7,7,6,2,7,2
%N A259173 Decimal expansion of the positive solution x to Sum_{k>=1} 1/(k^2 + x) = 1.
%e A259173 1.2802016832895660106129188375799642131486184249158504289221305
%t A259173 g[n_]:=Sum[1/(k^2+n),{k,Infinity}]; x/.FindRoot[g[x]==1,{x,1},AccuracyGoal->2000,WorkingPrecision-> 2340,MaxIterations->1000]//RealDigits//First
%t A259173 FindRoot[Pi*Sqrt[x]*Coth[Pi*Sqrt[x]] == 2*x+1, {x, 1}, WorkingPrecision->120] (* _Vaclav Kotesovec_, Jun 28 2015 *)
%Y A259173 Cf. A013661, A259171.
%K A259173 nonn,cons
%O A259173 1,2
%A A259173 _José María Grau Ribas_, Jun 19 2015