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!)
A201185 Primes of the form 7n^3+4. 1
11, 193, 5107, 15383, 23629, 48017, 109379, 823547, 928561, 1164629, 2953129, 5630503, 9065207, 17222629, 25071043, 28137757, 31444879, 60305879, 65757521, 67645183, 79734379, 90845129, 108067747, 113359943, 142424923, 152023477 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A201185:=n->`if`(isprime(7*n^3+4), 7*n^3+4, NULL): seq(A201185(n), n=1..500); # Wesley Ivan Hurt, Apr 23 2017
MATHEMATICA
Select[Table[7n^3+4, {n, 0, 6000}], PrimeQ]
PROG
(Magma) [a: n in [0..400] | IsPrime(a) where a is 7*n^3+4]
CROSSREFS
Sequence in context: A112127 A364942 A142996 * A345342 A218818 A243646
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 29 2011
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)