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!)
A047650 Primes for which golden mean tau is a quadratic residue. 9
29, 89, 101, 181, 229, 349, 401, 461, 509, 521, 541, 709, 761, 769, 809, 941, 1009, 1021, 1049, 1061, 1109, 1229, 1249, 1289, 1361, 1409, 1549, 1601, 1621, 1669, 1709, 1721, 1741, 1789, 1861, 2029, 2069, 2081, 2089, 2389, 2441, 2621, 2729, 2801, 2861 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Primes of the form x^2 + 20*y^2. - T. D. Noe, May 08 2005
Also primes p that divide the sum of cubes of the first (p-1)/2 Fibonacci numbers A005968((p-1)/2). - Alexander Adamchuk, Aug 07 2006
From A.H.M. Smeets, Nov 16 2023: (Start)
Mean gap size between two consecutive terms at p: ~ 8*log(p).
In x^2 + 20y^2: x == 1 (mod 2) and x !== 5 (mod 10). Otherwise not prime. (End)
LINKS
A.H.M. Smeets, Table of n, a(n) for n = 0..20000 (terms 0..1700 from Vincenzo Librandi)
Bob Bastasz, Lyndon words of a second-order recurrence, Fibonacci Quarterly (2020) Vol. 58, No. 5, 25-29.
E. Lehmer, On the quadratic character of the Fibonacci root, Fib. Quart., 4 (1966), 135-138.
E. Lehmer, Correction, Fib. Quart., 4 (1966), 135-138.
E. Lehmer, On the quadratic character of the Fibonacci root (annotated scanned copy)
FORMULA
From A.H.M. Smeets, Nov 16 2023: (Start)
Equals {prime(n): A296240(n) in {2^k: k > 0}} = {A308787} union {A308789} union {A308793} union ... .
a(n) ~ A000040(8*n). (End)
MATHEMATICA
nn=20; pMax=3000; Union[Reap[Do[p=x^2 + nn*y^2; If[p<=pMax&&PrimeQ[p], Sow[p]], {x, Sqrt[pMax]}, {y, Sqrt[pMax/nn]}]][[2, 1]]] (* Vincenzo Librandi, Sep 05 2016 *)
PROG
(Magma) k:=20; [p: p in PrimesUpTo(3000) | NormEquation(k, p) eq true]; // Vincenzo Librandi, Sep 05 2016
CROSSREFS
Cf. A005968.
Sequence in context: A042656 A042658 A042660 * A308787 A141883 A142791
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Jan 25 2000
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)