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!)
A371508 Integers k such that A000045(k) + A004091(k) is prime (A000040). 0
1, 2, 81, 311, 6887, 9691 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1 is a term since Fibonacci(1) = 1 plus its reversal is 1 + 1 = 2 which is prime (and for the same reason 2 is a term).
81 is a term since Fibonacci(81) = 37889062373143906 plus its reversal is 98823199699242779 which is prime.
MATHEMATICA
Select[Range[10^4], PrimeQ[(f = Fibonacci[#]) + IntegerReverse[f]] &] (* Amiram Eldar, Mar 25 2024 *)
CROSSREFS
Sequence in context: A051391 A041799 A187858 * A352742 A072408 A318587
KEYWORD
nonn,base,more
AUTHOR
Gonzalo Martínez, Mar 25 2024
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 August 20 03:23 EDT 2024. Contains 375310 sequences. (Running on oeis4.)