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!)
A117921 Primes of the form (2^k - 1)^3 - 2. 1
3373, 29789, 133432829, 8577357821, 281462092005373 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Exponent-3 analog of what for exponent 2 is A091516 Carol primes (2^n-1)^2 - 2 = 4^n - 2^{n+1} - 1. Hence this is a type of "near-cube primes."
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10
Eric Weisstein's World of Mathematics, Near-Square Prime.
FORMULA
A098878 INTERSECTION A000040. {(2^k - 1)^3 - 2 iff prime}.
EXAMPLE
a(1) = (2^4 - 1)^3 - 2 = 3373 is prime.
a(2) = (2^5 - 1)^3 - 2 = 29789 is prime.
a(3) = (2^9 - 1)^3 - 2 = 133432829 is prime.
a(4) = (2^11 - 1)^3 - 2 = 8577357821 is prime.
MATHEMATICA
Select[(2^Range[20]-1)^3-2, PrimeQ] (* Harvey P. Dale, Oct 22 2016 *)
CROSSREFS
Sequence in context: A253979 A139779 A031626 * A052357 A218908 A164521
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, May 03 2006
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 12:53 EDT 2024. Contains 371780 sequences. (Running on oeis4.)