login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152419 Decimal expansion of 3-Pi^2/6-zeta(3). 1

%I #19 Jul 01 2022 17:27:26

%S 1,5,3,0,0,9,0,2,9,9,9,2,1,7,9,2,7,8,1,2,7,8,4,6,6,7,1,8,4,2,5,2,4,8,

%T 2,0,0,1,6,0,6,3,8,0,6,4,5,2,7,0,2,6,8,0,4,7,2,1,7,0,2,1,5,2,8,8,1,5,

%U 4,3,2,3,8,1,0,4,8,6,0,3,5,9,7,9,9,1,5,2,2,5,7,7,0,9,0,6,0,3,6,5,4,9,7,9,6

%N Decimal expansion of 3-Pi^2/6-zeta(3).

%C Consider the constants N(s) = Sum_{n>=2} 1/(n^s*(n-1)) = s-Sum_{k=2..s} zeta(k), where zeta() is Riemann's zeta function. We have N(1)=1 and this constant here is N(3).

%H R. J. Mathar, <a href="http://arxiv.org/abs/0803.0900">Series of reciprocal powers of k-almost primes</a>, arXiv:0803.0900 [math.NT], 2008-2009, section 4.1.

%F Equals 3-A013661-A002117.

%e 0.15300902999217927812784667184252482001606380645270268047217021528815...

%p evalf(3-Pi^2/6-Zeta(3));

%t RealDigits[3-Pi^2/6-Zeta[3],10,120][[1]] (* _Harvey P. Dale_, Jul 01 2022 *)

%o (PARI) 3-Pi^2/6-zeta(3) \\ _Charles R Greathouse IV_, Jan 31 2017

%o (Sage) t(n) = 1/(n*(n+1)^(3));

%o sum(t(n), n, 1, oo).n(digits=107); # _Jani Melik_, Nov 20 2020

%Y Cf. A013661 (Pi^2/6), A002117 (zeta(3)).

%Y Cf. A152416.

%K cons,easy,nonn

%O 0,2

%A _R. J. Mathar_, Dec 03 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 07:27 EDT 2024. Contains 371265 sequences. (Running on oeis4.)