login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A176138
Primes p of the form prime(n+1)^3+prime(n)^3-1.
2
151, 467, 3527, 7109, 183329, 432359, 2123027, 2317769, 4296473, 8988209, 14156927, 20483497, 27649439, 43441973, 62519309, 95699141, 127051973, 148178519, 161245727, 201100409, 242622269, 301396087, 322007743, 432003599
OFFSET
1,1
COMMENTS
5^3+3^3-1=151,...
LINKS
MATHEMATICA
Select[Table[Prime[n+1]^3+Prime[n]^3-1, {n, 7!}], PrimeQ[ # ]&]
Select[Total[#]-1&/@Partition[Prime[Range[150]]^3, 2, 1], PrimeQ] (* Harvey P. Dale, Nov 06 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved