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.

A248032 Least positive number k such that n + k divides F(n) + F(k), where F(n) denotes the n-th Fibonacci number.

Original entry on oeis.org

1, 22, 9, 8, 1, 18, 10, 4, 3, 5, 35, 12, 17, 10, 3, 8, 13, 6, 31, 4, 9, 2, 47, 12, 5, 8, 9, 20, 1, 18, 19, 16, 3, 5, 10, 12, 13, 10, 38, 8, 109, 6, 7, 4, 9, 2, 14, 12, 1, 22, 39, 8, 97, 18, 58, 4, 32, 14, 191, 12, 89, 1, 27, 8, 85, 6, 70, 4, 39, 2, 11, 24, 77, 22, 15, 13, 73, 18, 10
Offset: 1

Views

Author

Derek Orr, Sep 29 2014

Keywords

Comments

I believe a(n) exists for all n > 0.

Crossrefs

Programs

  • PARI
    a(n)=m=1;while((fibonacci(n)+fibonacci(m))%(m+n),m++);m
    vector(100,n,a(n))

Extensions

Definition clarified by Chai Wah Wu, Jan 02 2018