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.

A094462 a(n) is the 6th term in Euclid-Mullin (EM) prime sequence initiated with n-th prime.

This page as a plain text file.
%I A094462 #10 Mar 13 2015 23:08:41
%S A094462 53,53,19,53,10627,7,3571,271,84319,7,47059,7,47,53,23971,11,13,5,7,
%T A094462 201499,5,7,67,13,7,21211,5,29,10696171,11,149,971,16896211,11,58111,
%U A094462 17,11,75307,25105111,853,139,7,5,613,181,23,13,29,13,19,53,47,5,11,84811
%N A094462 a(n) is the 6th term in Euclid-Mullin (EM) prime sequence initiated with n-th prime.
%e A094462 First term is p(n), 2nd equals 2;
%e A094462 3rd term is A091460 as largest p-divisor of 2p+1
%e A094462 (occasionally safe primes, A005385);
%e A094462 4th terms listed in A051614; 5th term is in A094461;
%e A094462 6th-7th terms in A094462, A094463;
%t A094462 a[x_]:=First[Flatten [FactorInteger[Apply[Times, Table[a[j], {j, 1, x-1}]]+1]]];ta=Table[0, {168}];a[1]=1; Do[{a[1]=Prime[j], el=6};Print[a[el];ta[[j]]=a[el];j++ ], {j, 1, 168}];ta
%Y A094462 Cf. A000945, A005385, A051614-A051616, A051308-A051335, A093778-A093782, A094152-A094153, A094460-A094463.
%K A094462 nonn
%O A094462 1,1
%A A094462 _Labos Elemer_, May 06 2004