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!)
A075986 Numerator of 1+1/prime(1)^2+ ... + 1/prime(n)^2 where prime(k) is the k-th prime. 6

%I #22 May 08 2023 11:28:04

%S 1,5,49,1261,62689,7629469,1294716361,375074829229,135662633811769,

%T 71859617272521901,60483708554835755641,58166700851687469003901,

%U 79670437976161330893757369,133981073592392620630139873389

%N Numerator of 1+1/prime(1)^2+ ... + 1/prime(n)^2 where prime(k) is the k-th prime.

%C The sum is similar to that in A061015 with an additional 1. The sum in the definition has limit about 1.45224742. The case of reciprocal cubes is in A075987.

%C For n>0 a(n) is the determinant of the n X n matrix with elements M[i,j] = 1+Prime[i]^2 if i=j and 1 otherwise. - _Alexander Adamchuk_, Jul 08 2006

%D Steven R. Finch, Mathematical Constants, Cambridge, 2003, pp. 94-98.

%H Steven R. Finch, <a href="http://www.people.fas.harvard.edu/~sfinch/constant/hdmrd/hdmrd.html">Meissel-Mertens Constants</a> [Broken link]

%H Steven R. Finch, <a href="http://web.archive.org/web/20010604201556/http://www.mathsoft.com/asolve/constant/hdmrd/hdmrd.html">Meissel-Mertens Constants</a> [From the Wayback machine]

%F a(0)=1; a(n)=a(n-1)*prime(n)^2+(prime(1)*...*prime(n-1))^2.

%e a(2) = 49 so a(3) = 49*p(3)^2 + (2*3)^2 = 49*25 + 36 = 1261.

%t Table[Det[DiagonalMatrix[Table[Prime[i]^2,{i,1,n}]]+1],{n,1,15}] (* _Alexander Adamchuk_, Jul 08 2006 *)

%t Accumulate[Join[{1},1/Prime[Range[20]]^2]]//Numerator (* _Harvey P. Dale_, May 08 2023 *)

%Y Cf. A061015, A075987, A024528.

%K nonn,frac

%O 0,2

%A _Zak Seidov_, Sep 28 2002

%E Edited by _Dean Hickerson_, Sep 30 2002

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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)