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!)
A275368 Numbers k such that A000032(k) + 2^k is a prime. 1
0, 1, 2, 4, 5, 7, 13, 22, 52, 53, 85, 175, 214, 223, 556, 631 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Next term > 10^5. - Joerg Arndt, Jul 25 2016
LINKS
MATHEMATICA
Select[Range[0, 7000], PrimeQ[LucasL[#] + 2^#] &]
PROG
(Magma) [n: n in [1..7000] | IsPrime(Lucas(n)+2^n)];
(PARI) isok(n) = isprime(fibonacci(n-1)+fibonacci(n+1)+2^n); \\ Altug Alkan, Jul 25 2016
CROSSREFS
Sequence in context: A240842 A168540 A115008 * A332296 A115883 A063508
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Jul 25 2016
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)