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.

A094474 a(n) is the largest prime factor of 2^n + 3^n.

Original entry on oeis.org

5, 13, 7, 97, 11, 61, 463, 401, 577, 4621, 35839, 5521, 4057, 369181, 241, 14177, 7039, 181, 555029, 3121, 92233, 2414250301, 13249, 41432641, 513101, 13761229, 377604937, 3001769, 148466603, 24001, 22674269, 1607133116929, 22270249, 1282861452271981, 392943879511
Offset: 1

Views

Author

Labos Elemer, Jun 01 2004

Keywords

Examples

			n = 100, 2^100 + 3^100 = 41 * 97 * 281 * 3121 * 742801 * 20017001 * 9937984196743741414107401 so a(100) = 9937984196743741414107401.
		

Crossrefs

Programs

  • Magma
    [Max(PrimeFactors(2^n + 3^n)):n in[1..68]]; // Vincenzo Librandi, Dec 25 2019
  • Mathematica
    Table[Part[Reverse[Flatten[FactorInteger[2^w + 3^w]]], 2], {w, 1, 100}]

Formula

a(n) = A006530(A007689(n)). - Amiram Eldar, Dec 27 2019

Extensions

a(34)-a(35) from Vincenzo Librandi, Dec 25 2019