login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A142361 A142506 A164622 * A139640 A334836 A130870
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)