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!)
A114353 Primes of the form 7x^3+x+1. 0
59, 193, 881, 3593, 5113, 12109, 64849, 85193, 123059, 229409, 384143, 415273, 726809, 1042193, 1229369, 1296409, 1437713, 2953201, 3195809, 3720169, 6193249, 6588443, 7212209, 8575409, 10100393, 10370923, 16842863, 17999609, 19208141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[7x^3+x+1, {x, 0, 150}], PrimeQ] (* Harvey P. Dale, Dec 21 2015 *)
PROG
(PARI) g(n, k) = for(x=1, n, y=k*x^3+x+1; if(isprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A160681 A142857 A142064 * A210653 A325081 A142092
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Feb 09 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 July 14 05:06 EDT 2024. Contains 374291 sequences. (Running on oeis4.)