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.

A176136 Primes p of the form prime(n+1)^3-prime(n)^3+1.

This page as a plain text file.
%I A176136 #4 Aug 21 2016 10:47:12
%S A176136 5309,18269,24317,56503,73783,57149,133183,622331,607517,1002583,
%T A176136 1815731,1161343,1273663,1351423,1145789,2008063,1478429,1910429,
%U A176136 5142131,5326903,5766463,5930623,6393943,4538717,14532731,6912989
%N A176136 Primes p of the form prime(n+1)^3-prime(n)^3+1.
%C A176136 23^3-19^3+1=5309,...
%H A176136 Harvey P. Dale, <a href="/A176136/b176136.txt">Table of n, a(n) for n = 1..1000</a>
%t A176136 Select[Table[Prime[n+1]^3-Prime[n]^3+1,{n,6!}],PrimeQ[ # ]&]
%t A176136 Select[#[[2]]-#[[1]]+1&/@(Partition[Prime[Range[200]],2,1]^3),PrimeQ] (* _Harvey P. Dale_, Aug 21 2016 *)
%Y A176136 Cf. A000040, A176134, A176135
%K A176136 nonn
%O A176136 1,1
%A A176136 _Vladimir Joseph Stephan Orlovsky_, Apr 09 2010