The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A086382 k divides F(k*n^2+1)-F(k+1) for 1<=k<=a(n) where F(k) is the k-th Fibonacci number. 0
2, 1, 2, 10, 1, 10, 2, 1, 2, 12, 1, 10, 2, 1, 2, 10, 1, 12, 2, 1, 2, 10, 1, 10, 2, 1, 2, 16, 1, 12, 2, 1, 2, 10, 1, 10, 2, 1, 2, 16, 1, 10, 2, 1, 2, 10, 1, 12, 2, 1, 2, 10, 1, 10, 2, 1, 2, 12, 1, 12, 2, 1, 2, 10, 1, 10, 2, 1, 2, 36, 1, 10, 2, 1, 2, 10, 1, 12, 2, 1, 2, 10, 1, 10, 2, 1, 2, 12, 1, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
FORMULA
a(3n)=1; a( A047235(n))=2
PROG
(PARI) a(n)=if(n<0, 0, m=1; while((fibonacci(m*n^2+1)-fibonacci(m+1))%m==0, m++); m-1)
CROSSREFS
Sequence in context: A006126 A078357 A225432 * A249416 A062345 A077098
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Sep 06 2003
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 June 5 12:10 EDT 2024. Contains 373105 sequences. (Running on oeis4.)