A301637 Primes of the form 4^k + k + 1.
2, 19, 5444517870735015415413993718908291383363
Offset: 1
Keywords
Crossrefs
Programs
-
Maple
a:=n->`if`(isprime(4^k+k+1),4^k+k+1,NULL): seq(a(k),k=0..300); # Muniru A Asiru, Mar 25 2018
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
a:=n->`if`(isprime(4^k+k+1),4^k+k+1,NULL): seq(a(k),k=0..300); # Muniru A Asiru, Mar 25 2018