The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A300555 Numbers i such that Fibonacci(i) is divisible by i+k for k = 0..7. 1
175472640, 44915270400, 50238568800, 439287521400, 572836904640, 589596638400, 735284012400, 778042465200, 987189789600, 1261551677400, 1297640010240, 1307130728400, 1569978804240, 1979830125000, 2705598768600 (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, 7, fibomod(n, n+k)==0);
CROSSREFS
Subsequence of A299155.
Sequence in context: A093047 A093046 A323056 * A306876 A213966 A206520
KEYWORD
nonn
AUTHOR
Silvester Resnik, May 19 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 May 20 12:27 EDT 2024. Contains 372712 sequences. (Running on oeis4.)