login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074824 Numbers n such that 2^n+Fibonacci(n) is prime. 2
1, 2, 4, 5, 8, 11, 16, 19, 44, 88, 224, 349, 520, 1187, 2044, 2636, 2645, 3994, 6851, 12016, 16304 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

2^(3n)+Fibonacci(3n) is even if n>0.

MATHEMATICA

Do[ If[ PrimeQ[ 2^n + Fibonacci[n]], Print[n]], {n, 1, 5000}]

CROSSREFS

Cf. A000045, A074716, A117591.

Sequence in context: A060773 A175106 A205728 * A039867 A080136 A080033

Adjacent sequences:  A074821 A074822 A074823 * A074825 A074826 A074827

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 06 2002

EXTENSIONS

3 More terms from Ryan Propper (rpropper(AT)stanford.edu), Aug 30 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 23:08 EST 2012. Contains 206085 sequences.