OFFSET
4,1
COMMENTS
The sequence lists Fibonacci indices q that are conjectured to produce Fibonacci numbers divisible by p^2, where p is a Fibonacci-Wieferich prime.
REFERENCES
Paulo Ribenboim, My Numbers, My Friends, Springer-Verlag, 2000.
Steven Vajda, Fibonacci and Lucas Numbers, and the Golden Section: Theory and Applications, Dover. (See p. 73.)
LINKS
U. Alfred, On the form of primitive factors of Fibonacci numbers, Volume 1, Fibonacci Quarterly, vol 1 (1963), page 1.
Andreas-Stephan Elsenhans, The Fibonacci sequence modulo p^2., pages 1-6.
Shane Findley, Discussion of Sequence A262708.
Richard J. McIntosh and Eric L. Roettger, A search for Fibonacci-Wieferich and Wolstenholme primes, Mathematics of Computation, vol 76 (260), Oct 2007.
John Vinson, The Relation of the Period Modulo m to the Rank of Apparition of m in the Fibonacci Sequence, Fibonacci Quarterly, vol 1 (1963), pages 37-45.
EXAMPLE
For n=4, prime(4)=7, and a(4)=8.
MATHEMATICA
Table[Prime@ n - JacobiSymbol[Prime@ n, 5], {n, 4, 60}] (* Michael De Vlieger, Oct 04 2015 *)
PROG
(PARI) lista(nn)=forprime(p=3, nn, print1(p-kronecker(p, 5), ", "); ); \\ Michel Marcus, Sep 29 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Shane Findley, Sep 27 2015
EXTENSIONS
Edited by N. J. A. Sloane, Sep 29 2015
Edited by Jon E. Schoenfield, Oct 09 2015
STATUS
approved