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!)
A071779 Smallest k > n such that F(n) + F(i) divides F(k) + F(i) 1<=i<=n and where F(n) are the Fibonacci numbers. 0
2, 4, 21, 64, 235, 846, 1673, 5048, 191511, 55450, 776149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Next term, if it exists, is greater than 3000000. - Ryan Propper, Sep 16 2005
LINKS
PROG
(PARI) for(n=1, 8, s=n+1; while(sum(i=1, n, (fibonacci(s)+fibonacci(i))%(fibonacci(n)+fibonacci(i)))>0, s++); print1(s, ", "))
CROSSREFS
Sequence in context: A122736 A296276 A092458 * A107388 A233289 A296282
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jun 04 2002
EXTENSIONS
3 more terms from Ryan Propper, Sep 16 2005
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)