OFFSET
1,1
COMMENTS
Primes of the form x^2 + xy + 34y^2, whose discriminant is -135. - T. D. Noe, May 17 2005
Primes of the form x^2 + 135*y^2. - Arkadiusz Wesolowski, May 31 2015
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
E. Lehmer, On the quadratic character of the Fibonacci root, Fib. Quart., 4 (1966), 135-138.
E. Lehmer, On the quadratic character of the Fibonacci root (annotated scanned copy)
FORMULA
Primes p that divide Fibonacci((p-1)/3). - Alexander Adamchuk, Sep 16 2006
MATHEMATICA
Select[Prime[Range[1000]], IntegerQ[Fibonacci[(#1-1)/3]/#1]&] (* Alexander Adamchuk, Sep 16 2006 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Jan 25 2000
STATUS
approved