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!)
A299155 Numbers i such that Fibonacci(i) is divisible by i+k for k=0..6. 2
329400, 175472640, 808214400, 1367566200, 1928871000, 3433706640, 16109533440, 16916445000, 17847413640, 19507068000, 23163310800, 24961167000, 32645743200, 37263088800, 39803400000, 44915270400, 50238568800, 66072283200, 81924990840, 85368457440 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A subsequence of A298687.
LINKS
PROG
(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
CROSSREFS
Sequence in context: A252037 A237139 A204602 * A282229 A236808 A259011
KEYWORD
nonn
AUTHOR
Chai Wah Wu, Feb 03 2018
EXTENSIONS
a(7)-a(20) from Silvester Resnik, May 18 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 April 25 11:36 EDT 2024. Contains 371968 sequences. (Running on oeis4.)