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!)
A071777 Prime(n) divides F(n)-1 where F(n) are the Fibonacci numbers. 0
1, 2, 46, 51, 758, 6463, 8315, 89929, 107852, 109160, 241222, 428695, 601346, 899964, 4713801, 7142201, 23488165, 27067121, 77131559, 115597554, 382547738, 408060073, 517677496, 998338202 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(25) > 2*10^9. - Giovanni Resta, Jul 20 2013
LINKS
PROG
(PARI) for(n=1, 10000, if(fibonacci(n)%prime(n)==1, print1(n, ", ")))
CROSSREFS
Sequence in context: A332244 A090601 A266016 * A179108 A158960 A281327
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jun 04 2002
EXTENSIONS
More terms from Jason Earls, Jun 08 2002
Offset corrected by and a(11)-a(24) from Giovanni Resta, Jul 20 2013
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 September 15 18:02 EDT 2024. Contains 375954 sequences. (Running on oeis4.)