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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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);
CROSSREFS
Subsequence of A300555.
Sequence in context: A179228 A084482 A216019 * A034654 A233553 A273928
KEYWORD
nonn,more
AUTHOR
Silvester Resnik, May 25 2018
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 July 13 18:16 EDT 2024. Contains 374285 sequences. (Running on oeis4.)