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!)
A182344 Primes of the form n^4 + 3. 2
3, 19, 4099, 65539, 234259, 456979, 614659, 1336339, 3748099, 14776339, 21381379, 33362179, 45212179, 71639299, 116985859, 146410003, 193877779, 268435459, 322417939, 759333139, 1146228739, 1664966419, 2019963139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3 = 0^4 + 3; 19 = 2^4 + 3.
MAPLE
# choose N large, then S is the desired set
f:=n->n^4 + 3:
S:={}:
for n from 0 to N do if(isprime(f(n))) then S:=S union {f(n)}: fi: od:
MATHEMATICA
Select[Range[0, 250]^4+3, PrimeQ] (* Harvey P. Dale, Jan 10 2013 *)
CROSSREFS
Cf. A037896.
Sequence in context: A098796 A365579 A120563 * A191623 A164063 A092828
KEYWORD
nonn
AUTHOR
Patrick Devlin, Apr 25 2012
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 August 11 05:51 EDT 2024. Contains 375059 sequences. (Running on oeis4.)