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.
%I A176135 #4 Nov 13 2017 10:05:48 %S A176135 97,45053,56501,21601,104021,426941,345601,437401,1351421,4409677, %T A176135 3936727,5880727,4608701,5326901,6393941,2160001,6566741,2613601, %U A176135 8323253,9750581,13392343,10233341,30060757,48278539,23380183,22018301 %N A176135 Primes p of the form prime(n+1)^3-prime(n)^3-1. %C A176135 5^3-3^3-1=97,... %t A176135 Select[Table[Prime[n+1]^3-Prime[n]^3-1,{n,6!}],PrimeQ[ # ]&] %t A176135 Select[#[[2]]-#[[1]]-1&/@Partition[Prime[Range[200]]^3,2,1],PrimeQ] (* _Harvey P. Dale_, Nov 13 2017 *) %Y A176135 Cf. A000040, A176134 %K A176135 nonn %O A176135 1,1 %A A176135 _Vladimir Joseph Stephan Orlovsky_, Apr 09 2010