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.

A275275 n! - p, where p is the second greatest prime < n!.

This page as a plain text file.
%I A275275 #4 Jul 24 2016 20:55:04
%S A275275 4,5,3,5,11,11,17,37,17,17,17,13,61,17,59,71,61,43,113,71,41,101,191,
%T A275275 103,191,179,71,127,37,79,113,163,47,373,293,157,149,79,167,211,151,
%U A275275 89,131,113,73,107,179,227,173,113,257,239,151,227,163,509,293,347
%N A275275 n! - p, where p is the second greatest prime < n!.
%C A275275 Is every term except 4 a prime?
%H A275275 Clark Kimberling, <a href="/A275275/b275275.txt">Table of n, a(n) for n = 1..300</a>
%e A275275 For n = 4, we have n! = 24, so that p = 19, and a(4) = 5.
%t A275275 Table[n! - NextPrime[n!, -2], {n, 1, 150}]
%Y A275275 Cf. A275272, A000040.
%K A275275 nonn,easy
%O A275275 1,1
%A A275275 _Clark Kimberling_, Jul 23 2016