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!)
A262345 Numbers k such that 4^k + 21 is prime. 1
2, 4, 8, 22, 24, 26, 98, 228, 246, 808, 1556, 1792, 1978, 3424, 69738, 108376, 169584 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Half of even terms of A057201. - Elmo R. Oliveira, Nov 29 2023
LINKS
EXAMPLE
For k = 26, 4^26 + 21 = 4503599627370517 is prime.
MATHEMATICA
Select[Range[3000], PrimeQ[4^# + 21] &]
PROG
(Magma) [n: n in [0..700] | IsPrime(4^n+21)];
(PARI) for(n=1, 1e3, if(isprime(4^n+21), print1(n", "))) \\ Altug Alkan, Sep 18 2015
CROSSREFS
Sequence in context: A055876 A065847 A133604 * A192149 A115778 A333016
KEYWORD
nonn,more
AUTHOR
Robert Price, Sep 18 2015
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)