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.

A002590 Largest prime factor of 16^n + 1.

Original entry on oeis.org

2, 17, 257, 241, 65537, 61681, 673, 15790321, 6700417, 38737, 4278255361, 2931542417, 22253377, 308761441, 54410972897, 4562284561, 67280421310721, 2879347902817, 487824887233, 24517014940753, 44479210368001, 88959882481
Offset: 0

Views

Author

Keywords

References

  • J. Brillhart et al., Factorizations of b^n +- 1. Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 2nd edition, 1985; and later supplements.
  • M. Kraitchik, Recherches sur la Théorie des Nombres. Gauthiers-Villars, Paris, Vol. 1, 1924, Vol. 2, 1929, see Vol. 2, p. 88.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

  • Mathematica
    Join[{1},Table[FactorInteger[16^n+1][[-1,1]],{n,25}]] (* Harvey P. Dale, Feb 26 2012 *)

Formula

a(n) = A002587(4*n).

Extensions

More terms from Don Reble, Nov 14 2006
a(0) corrected by Sean A. Irvine, Apr 20 2014