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!)
A072045 Denominator of Product{prime(k)^2/(prime(k)^2 - 1) | 0<k<=n}, Numerator: A072044. 3
3, 2, 16, 768, 18432, 442368, 127401984, 9172942848, 440301256704, 52836150804480, 50722704772300800, 3652034743605657600, 6135418369257504768000, 1030750286035260801024000, 98952027459385036898304000, 21373637931227167970033664000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A072044(n)/a(n) -> (Pi^2)/6 (Leonhard Euler, 1748).
REFERENCES
M. Sigg: "Pi" p. 191 in Lexikon der Mathematik, Band 4, Spektrum Verlag, 2002.
LINKS
EXAMPLE
For the first 3 primes: 2,3,5: (2^2/(2^2-1))*(3^2/(3^2-1))*(5^2/(5^2-1)) = (4/3)*(9/8)*(25/24) = (4*9*25)/(3*8*24) = 25/16, therefore a(3)=16;
A072044(9)/a(9)=718188003533/440301256704=1.631128671.
MATHEMATICA
Rest[Denominator[FoldList[Times, 1, (#^2/(#^2-1)&/@Prime[Range[20]])]]] (* Harvey P. Dale, Oct 14 2012 *)
CROSSREFS
Sequence in context: A304989 A055864 A209600 * A189731 A342140 A126354
KEYWORD
nonn,frac
AUTHOR
Reinhard Zumkeller, Jun 09 2002
EXTENSIONS
More terms from Harvey P. Dale, Oct 14 2012
STATUS
approved

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 24 12:56 EDT 2024. Contains 371943 sequences. (Running on oeis4.)