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!)
A163320 Primes of the form 2^n+n^3. 0
3, 157, 34359781243 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term is too large to include.
LINKS
FORMULA
a(n)=2^A058015(n)+A058015(n)^3. [From R. J. Mathar, Jul 25 2009]
MATHEMATICA
f[n_]:=2^n+n^3; lst={}; Do[If[PrimeQ[f[n]], AppendTo[lst, f[n]]], {n, 2*6!}]; lst
CROSSREFS
Sequence in context: A139964 A048797 A281799 * A317820 A318427 A318095
KEYWORD
nonn,bref
AUTHOR
EXTENSIONS
It would be better to give the corresponding values of n. - N. J. A. Sloane, Jul 25 2009
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)