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 A176138 #6 Nov 06 2019 17:56:36 %S A176138 151,467,3527,7109,183329,432359,2123027,2317769,4296473,8988209, %T A176138 14156927,20483497,27649439,43441973,62519309,95699141,127051973, %U A176138 148178519,161245727,201100409,242622269,301396087,322007743,432003599 %N A176138 Primes p of the form prime(n+1)^3+prime(n)^3-1. %C A176138 5^3+3^3-1=151,... %H A176138 Harvey P. Dale, <a href="/A176138/b176138.txt">Table of n, a(n) for n = 1..1000</a> %t A176138 Select[Table[Prime[n+1]^3+Prime[n]^3-1,{n,7!}],PrimeQ[ # ]&] %t A176138 Select[Total[#]-1&/@Partition[Prime[Range[150]]^3,2,1],PrimeQ] (* _Harvey P. Dale_, Nov 06 2019 *) %Y A176138 Cf. A000040, A176134, A176135, A176136 %K A176138 nonn %O A176138 1,1 %A A176138 _Vladimir Joseph Stephan Orlovsky_, Apr 09 2010