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.

A104079 Numbers of the form prime(n) + n! such that Gamma(n) + prime(n) is prime.

This page as a plain text file.
%I A104079 #18 Jul 20 2012 01:28:12
%S A104079 3,11,31,40339,362903,479001637,8683317618811886495518194401280000137,
%T A104079 295232799039604140847618609643520000139
%N A104079 Numbers of the form prime(n) + n! such that Gamma(n) + prime(n) is prime.
%H A104079 Vincenzo Librandi, <a href="/A104079/b104079.txt">Table of n, a(n) for n = 1..13</a>
%t A104079 a = Delete[Union[Table[If[PrimeQ[ Gamma[n] + Prime[n]] == True, n! + Prime[n], 0], {n, 1, 100}]], 1]
%Y A104079 Cf. A121926.
%K A104079 nonn
%O A104079 1,1
%A A104079 _Roger L. Bagula_, Mar 03 2005
%E A104079 Definition corrected from _Bruno Berselli_, Jul 20 2012