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!)
A176426 Decimal expansion of the product 1/(1 - 1/A000668(n)^2), n= 1 to infinity. 0
1, 1, 4, 9, 7, 0, 5, 0, 8, 8, 1, 2, 6, 6, 9, 0, 2, 1, 5, 7, 4, 0, 6, 3, 3, 4, 4, 2, 8, 9, 5, 9, 1, 6, 5, 9, 1, 7, 3, 3, 4, 7, 0, 4, 1, 9, 1, 2, 3, 3, 9, 8, 8, 2, 3, 7, 0, 0, 2, 3, 4, 7, 2, 6, 6, 8, 9, 9, 8, 5, 5, 8, 6, 6, 4, 4, 0, 6, 1, 3, 4, 8, 6, 2, 1, 8, 5, 5, 8, 6, 5, 2, 8, 2, 9, 9, 8, 7, 3, 8, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
equals 1.149705...
MATHEMATICA
(*A000668 Mersenne primes *);
$MaxExtraPrecision = 200;
a = Flatten[Table[If[PrimeQ[2^n - 1], 2^n - 1, {}], {n, 0, 2000}]];
c = N[Product[1/(1 - 1/a[[n]]^2), {n, 1, Length[a]}], 100];
Table[Mod[Floor[10^n*c], 10], {n, 0, 100}]
CROSSREFS
Sequence in context: A109987 A021672 A278810 * A114720 A053511 A216676
KEYWORD
nonn,cons
AUTHOR
Roger L. Bagula, Apr 17 2010
EXTENSIONS
Invalid claim concerning A065443 removed, keyword:cons inserted, offset corrected - The Assoc. Eds. of the OEIS, Apr 23 2010
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 11:01 EDT 2024. Contains 371936 sequences. (Running on oeis4.)