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.

A049062 Composite n coprime to 5 such that Fibonacci(n) == Legendre(n,5) (mod n).

Original entry on oeis.org

4181, 5474, 5777, 6479, 6721, 10877, 12958, 13201, 15251, 17302, 27071, 34561, 40948, 41998, 44099, 47519, 51841, 54839, 64079, 64681, 65471, 67861, 68251, 72831, 75077, 78089, 88198, 90061, 95038, 96049, 97921
Offset: 1

Views

Author

Keywords

Comments

If n is a prime, not 5, then Fibonacci(n) == Legendre(n,5) (mod n) (see for example G. H. Hardy and E. M. Wright, Theory of Numbers).

Crossrefs

Cf. A090820.

Programs

  • Mathematica
    Select[ Range[ 2, 100000 ], ! PrimeQ[ # ] && Mod[ #, 5 ] != 0 && Mod[ Fibonacci[ # ] - JacobiSymbol[ #, 5 ], # ] == 0 & ]

Extensions

Yorinaga gives table up to 707000
More terms from Eric Rowland, Apr 29 2004
Definition corrected by Eric Rowland, Feb 24 2006