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.

A104141 Decimal expansion of 3/Pi^2.

This page as a plain text file.
%I A104141 #54 Apr 21 2025 16:03:26
%S A104141 3,0,3,9,6,3,5,5,0,9,2,7,0,1,3,3,1,4,3,3,1,6,3,8,3,8,9,6,2,9,1,8,2,9,
%T A104141 1,6,7,1,3,0,7,6,3,2,4,0,1,6,7,3,9,6,4,6,5,3,6,8,2,7,0,9,5,6,8,2,5,1,
%U A104141 9,3,6,2,8,8,6,7,0,6,3,2,3,5,7,3,6,2,7,8,2,1,7,7,6,8,6,5,5,1,2,8
%N A104141 Decimal expansion of 3/Pi^2.
%C A104141 3/Pi^2 is the limit of (Sum_{k=1..n} phi(k))/n^2, where phi(k) is Euler's totient A000010(k), i.e., of A002088(n)/A000290(n) as n tends to infinity.
%C A104141 The previous comment in the context of Farey series means that the length of the n-th Farey series can be approximated by multiplying this constant by n^2, "and that the approximation gets proportionally better as n gets larger", according to Conway and Guy. - _Alonso del Arte_, May 28 2011
%C A104141 The asymptotic density of the sequences of squarefree numbers with even number of prime factors (A030229), odd number of prime factors (A030059), and coprime to 6 (A276378). - _Amiram Eldar_, May 22 2020
%D A104141 J. H. Conway and R. K. Guy, The Book of Numbers, New York: Springer-Verlag, 1995, p. 156.
%D A104141 L. E. Dickson, History of the Theory of Numbers, Vol. I pp. 126 Chelsea NY 1966.
%D A104141 Paulo Ribenboim, The Little Book of Bigger Primes, Springer-Verlag NY 2004. See p. 184.
%H A104141 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/FareySequence.html">Farey Sequence</a>
%H A104141 Joshua Zelinsky, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL5/Zelinsky/zelinsky9.html">Tau Numbers: A Partial Proof of a Conjecture and Other Results</a>, Journal of Integer Sequences, Vol. 5 (2002), Article 02.2.8.
%H A104141 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>.
%F A104141 Equals Sum_{n>=1} 1/A039956(n)^2. - _Amiram Eldar_, May 22 2020
%F A104141 From _Terry D. Grant_, Oct 31 2020: (Start)
%F A104141 Equals (-1)*zeta(0)/zeta(2).
%F A104141 Equals 1/(zeta(2)/2).
%F A104141 Equals 1/A195055.
%F A104141 Equals (1/2)*Sum_{k>=1} mu(k)/k^2. (End)
%F A104141 From _Hugo Pfoertner_, Apr 23 2024: (Start)
%F A104141 Equals A059956/2.
%F A104141 Equals A082020/5. (End)
%e A104141 3/Pi^2 = 0.303963550927013314331638389629...
%t A104141 l = RealDigits[N[3/Pi^2, 100]]; Prepend[First[l], Last[l]] (* _Ryan Propper_, Aug 04 2005 *)
%o A104141 (PARI) 3/Pi^2 \\ _Charles R Greathouse IV_, Mar 08 2013
%Y A104141 Cf. A000010, A002088, A000290.
%Y A104141 Cf. A046642, A030229, A030059, A039956, A276378.
%Y A104141 Cf. A013661, A195055, A306633, A082020, A088246.
%K A104141 nonn,cons
%O A104141 0,1
%A A104141 _Lekraj Beedassy_, Mar 07 2005
%E A104141 More terms from _Ryan Propper_, Aug 04 2005