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!)
A253772 Numbers k such that 4^k + 13 is prime. 8
1, 2, 4, 10, 19, 32, 40, 146, 566, 2054, 9967, 62639, 87814, 141092 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers of the form 4^n+k (for n>0) are never primes when k is even (obviously) or when k == -1 (mod 6): in the last case, in fact, (3+1)^n + 6*h-1 is divisible by 3. - Bruno Berselli, Oct 06 2015
LINKS
FORMULA
a(n) = A102634(n)/2. - Elmo R. Oliveira, Nov 12 2023
MATHEMATICA
Select[Range[4000], PrimeQ[4^# + 13] &]
PROG
(Magma) [n: n in [0..2000] | IsPrime(4^n+13)];
(PARI) is(n)=ispseudoprime(4^n+13) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Cf. A104067.
Cf. Numbers k such that 4^k + d is prime: A089437 (d=3), A217349 (d=7), A217350 (d=9), this sequence (d=13), A253773 (d=15), A253774 (d=19), A262345 (d=21), A204388 (d=25), A262969 (d=27), A262971 (d=31), A262972 (d=33).
Sequence in context: A257593 A197926 A228705 * A043330 A295961 A219555
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Jan 12 2015
EXTENSIONS
a(11)-a(14) derived from A102634 by Robert Price, Sep 06 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 23 05:35 EDT 2024. Contains 371906 sequences. (Running on oeis4.)