login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A303585
Numbers i such that Fibonacci(i) is divisible by i+k for k = 0..8.
0
50238568800, 5824121940000, 46919196354240, 50564131254000, 80493123110400, 195778384956000, 307148642236800, 799863695270640
OFFSET
1,1
PROG
(PARI) fibomod(n, m) = lift(Mod([0, 1; 1, 1], m)^(n+1))[1, 1];
isok(n) = prod(k=0, 8, fibomod(n, n+k)==0);
KEYWORD
nonn,more
AUTHOR
Silvester Resnik, May 25 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 22 19:55 EDT 2024. Contains 376138 sequences. (Running on oeis4.)