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!)
A301520 Numbers k such that 4*k^k + 3 is prime. 5
0, 1, 2, 5, 10, 44, 65, 1424 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Next term, if it exists, is greater than 5000. - Vaclav Kotesovec, Mar 25 2018
Next term, if it exists, is greater than 25000. - Robert Price, Apr 22 2019
LINKS
MATHEMATICA
Flatten[{0, Select[Range[1000], PrimeQ[4*#^# + 3] &]}] (* Vaclav Kotesovec, Mar 25 2018 *)
PROG
(PARI) for(n=0, 100, if(isprime(4*n^n+3), print1(n", ")))
CROSSREFS
Sequence in context: A018439 A349449 A018451 * A330967 A139010 A018472
KEYWORD
nonn,hard,more
AUTHOR
Seiichi Manyama, Mar 23 2018
EXTENSIONS
a(8) from Vaclav Kotesovec, Mar 25 2018
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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)