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.

A366718 Largest prime factor of 12^n - 1.

This page as a plain text file.
%I A366718 #7 Jan 04 2024 14:51:34
%S A366718 11,13,157,29,22621,157,4943,233,80749,22621,266981089,20593,20369233,
%T A366718 13063,22621,260753,74876782031,80749,29043636306420266077,85403261,
%U A366718 8177824843189,57154490053,321218438243,2227777,12629757106815551,20369233,86769286104133
%N A366718 Largest prime factor of 12^n - 1.
%H A366718 Max Alekseyev, <a href="/A366718/b366718.txt">Table of n, a(n) for n = 1..310</a>
%H A366718 J. Brillhart et al., <a href="http://dx.doi.org/10.1090/conm/022">Factorizations of b^n +- 1</a>, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.
%F A366718 a(n) = A006530(A024140(n)).
%t A366718 Table[FactorInteger[12^n - 1][[-1, 1]], {n, 40}]
%o A366718 (Magma) [Maximum(PrimeDivisors(12^n-1)): n in [1..40]];
%Y A366718 Cf. A024140, A006530, A005420, A074477, A274906, A074479, A274907, A074249, A274908, A274909, A005422, A274910, A366707, A366708, A366709, A366710, A366711, A366717, A366720.
%K A366718 nonn
%O A366718 1,1
%A A366718 _Sean A. Irvine_, Oct 17 2023