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.

A324941 Largest prime factor of 17^n + 1.

This page as a plain text file.
%I A324941 #11 Sep 08 2022 08:46:24
%S A324941 2,3,29,13,41761,101,83233,22796593,184417,5653,63541,87415373,72337,
%T A324941 2001793,100688449,238212511,52548582913,45957792327018709121,382069,
%U A324941 20352763,1186844128302568601,88109799136087,6901823633,1109309383381084655697725873,48661191868691111041
%N A324941 Largest prime factor of 17^n + 1.
%H A324941 Max Alekseyev, <a href="/A324941/b324941.txt">Table of n, a(n) for n = 0..211</a>
%F A324941 a(n) = A006530(A224384(n)).
%t A324941 Table[FactorInteger[17^n + 1] [[-1,1]], {n, 0, 30}]
%o A324941 (Magma) [Maximum(PrimeDivisors(17^n + 1)): n in [0..40]];
%o A324941 (PARI) a(n) = vecmax(factor(17^n+1)[, 1]); \\ _Jinyuan Wang_, Apr 05 2019
%Y A324941 Cf. A006530, A224384.
%Y A324941 Cf. A002587, A074476, A274903, A074478, A274904, A227575, A274905, A002592, A003021, A062308, A002590.
%K A324941 nonn
%O A324941 0,1
%A A324941 _Vincenzo Librandi_, Apr 05 2019