cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A299155 Numbers i such that Fibonacci(i) is divisible by i+k for k=0..6.

Original entry on oeis.org

329400, 175472640, 808214400, 1367566200, 1928871000, 3433706640, 16109533440, 16916445000, 17847413640, 19507068000, 23163310800, 24961167000, 32645743200, 37263088800, 39803400000, 44915270400, 50238568800, 66072283200, 81924990840, 85368457440
Offset: 1

Views

Author

Chai Wah Wu, Feb 03 2018

Keywords

Comments

A subsequence of A298687.

Crossrefs

Programs

  • PARI
    fibomod(n,m) = lift(Mod([0,1;1,1],m)^(n+1))[1,1];
    isok(n) = prod(k=0,6,fibomod(n,n+k)==0); \\ Silvester Resnik, May 18 2018

Extensions

a(7)-a(20) from Silvester Resnik, May 18 2018