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.

Showing 1-1 of 1 results.

A063271 Largest prime factor of 9^(2n)+1 (A063270).

Original entry on oeis.org

2, 41, 193, 6481, 21523361, 42521761, 769, 647753, 926510094425921, 282429005041, 128653413121, 56625998353, 24127552321, 37644053098601, 36214795668330833, 42521761, 1716841910146256242328924544641, 3833564416504313, 56227703611393, 278733912072436804273
Offset: 0

Views

Author

Jason Earls, Jul 12 2001

Keywords

Crossrefs

Programs

  • Mathematica
    Table[FactorInteger[9^(2n)+1][[-1,1]],{n,0,20}] (* Harvey P. Dale, Jan 07 2013 *)
  • PARI
    a(n)={vecmax(factor(9^(2*n) + 1)[,1])} \\ Harry J. Smith, Aug 20 2009

Formula

a(n) = A006530(A063270(n)) = A002592(2*n) = A074476(4*n). - Daniel Suteu, May 26 2022

Extensions

Definition corrected by Harry J. Smith, Aug 20 2009
Showing 1-1 of 1 results.