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.

A098918 Product of first n Mersenne primes = Product_{k=1..n} A000668(k).

This page as a plain text file.
%I A098918 #15 Dec 28 2019 14:21:14
%S A098918 3,21,651,82677,677207307,88762238935797,46536887964932201739,
%T A098918 99937205886963012698207462133,
%U A098918 230439507554803283449625488965353401397883657483,142635146517648430682283003170196535604142636808535322508273273161458426613
%N A098918 Product of first n Mersenne primes = Product_{k=1..n} A000668(k).
%H A098918 Harvey P. Dale, <a href="/A098918/b098918.txt">Table of n, a(n) for n = 1..15</a>
%e A098918 a(4) = 82677 because the first 4 Mersenne primes are 2^2-1=3, 2^3-1=7, 2^5-1=31, 2^7-1=127; 3*7*31*127 = 82677.
%t A098918 FoldList[Times,1,Select[Table[2^n-1,{n,Prime[Range[50]]}],PrimeQ]] (* _Harvey P. Dale_, Jul 10 2013 *)
%Y A098918 Cf. A000043, A000668.
%K A098918 nonn
%O A098918 1,1
%A A098918 _Pierre CAMI_, Oct 17 2004
%E A098918 More terms from _Harvey P. Dale_, Jul 10 2013