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!)
A074824 Numbers k such that 2^k + Fibonacci(k) is prime. 3
1, 2, 4, 5, 8, 11, 16, 19, 44, 88, 224, 349, 520, 1187, 2044, 2636, 2645, 3994, 6851, 12016, 16304, 31388, 54296, 56608 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
2^(3n) + Fibonacci(3n) is even if n>0.
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 2^n + Fibonacci[n]], Print[n]], {n, 1, 5000}]
PROG
(PARI) is(n)=ispseudoprime(fibonacci(n)+2^n) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Sequence in context: A175106 A216566 A205728 * A039867 A237754 A182564
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 06 2002
EXTENSIONS
a(19)-a(21) from Ryan Propper, Aug 30 2005
a(22) from Amiram Eldar, May 10 2022
a(23)-a(24) from Michael S. Branicky, May 15 2023
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 March 19 03:31 EDT 2024. Contains 370952 sequences. (Running on oeis4.)