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.

A107712 a(n) = Product_{k=1..n} prime(k+n).

This page as a plain text file.
%I A107712 #16 Jan 21 2022 09:03:09
%S A107712 1,3,35,1001,46189,2800733,247110827,25626846353,3359814435017,
%T A107712 525737919635921,86239147714071593,16043263382808092801,
%U A107712 3203015854291983284351,765364544499964883824067,196164712672886348479652149,51407675872168960728167564239
%N A107712 a(n) = Product_{k=1..n} prime(k+n).
%H A107712 Alois P. Heinz, <a href="/A107712/b107712.txt">Table of n, a(n) for n = 0..288</a>
%F A107712 a(n) = A096334(2n,n). - _Alois P. Heinz_, Jan 21 2022
%p A107712 a:=n->product(ithprime(k+n),k=1..n): seq(a(n),n=0..16); # _Emeric Deutsch_
%t A107712 f[n_] := Product[Prime[k + n], {k, n}]; Table[ f[n], {n, 0, 14}] (* _Robert G. Wilson v_, Jun 14 2005 *)
%Y A107712 Cf. A000040, A002110, A096334.
%K A107712 nonn
%O A107712 0,2
%A A107712 _Leroy Quet_, Jun 10 2005
%E A107712 More terms from _Robert G. Wilson v_ and _Emeric Deutsch_, Jun 13 2005