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!)
A301633 Numbers k such that 4^(2*k) + 2*k + 1 is a prime. 2
0, 1, 33, 123, 235, 513, 3441, 5836 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Next term, if it exists, is greater than 10000. - Vaclav Kotesovec, Mar 25 2018
LINKS
MAPLE
a:=n->`if`(isprime(4^(2*k)+2*k+1), k, NULL): seq(a(k), k=0..5000); # Muniru A Asiru, Mar 25 2018
MATHEMATICA
Flatten[{0, Select[Range[1000], PrimeQ[16^# + 2*# + 1] &]}] (* Vaclav Kotesovec, Mar 25 2018 *)
PROG
(PARI) for(n=0, 500, if(isprime(4^(2*n)+2*n+1), print1(n", ")))
CROSSREFS
A301637 gives the primes.
Sequence in context: A140161 A177211 A337626 * A039440 A235902 A235895
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Mar 25 2018
EXTENSIONS
a(7) from Muniru A Asiru, Mar 25 2018
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)