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!)
A298686 Numbers i such that Fibonacci(i) is divisible by i+k for k=0,1,2,3,4. 6
13440, 19440, 19800, 24480, 49680, 61560, 104160, 229320, 298200, 311040, 329400, 436800, 471240, 600600, 1202040, 1299600, 1468800, 1564920, 1702800, 2031120, 2352240, 2402400, 2499840, 2762760, 2805600, 2937600, 2962080, 3150840, 3262680, 3405600, 3843840 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A subsequence of A298685.
LINKS
PROG
(PARI) isone(n, k) = !(fibonacci(n) % (n+k));
isok(n) = isone(n, 0) && isone(n, 1) && isone(n, 2) && isone(n, 3) && isone(n, 4); \\ Michel Marcus, Jan 28 2018
CROSSREFS
Sequence in context: A238295 A291913 A015300 * A298687 A190473 A323990
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Jan 24 2018
EXTENSIONS
More terms from Alois P. Heinz, Jan 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 April 19 18:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)