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.

A240552 Greatest prime factor of n^9+1.

This page as a plain text file.
%I A240552 #7 Dec 17 2017 03:13:58
%S A240552 2,19,37,109,5167,46441,117307,87211,530713,52579,590077,1801,937,
%T A240552 132049,811,38737,5653,465841,236377,69481,613,5966803,1117,7561,
%U A240552 6597973,102966067,19927,102547,10435069,120871,1538083,18837001,221401,745903,612740917,55117
%N A240552 Greatest prime factor of n^9+1.
%H A240552 T. D. Noe, <a href="/A240552/b240552.txt">Table of n, a(n) for n = 1..10000</a>
%t A240552 Table[FactorInteger[n^9 + 1][[-1, 1]], {n, 100}]
%o A240552 (PARI) a(n) = vecmax(factor(n^9+1)[,1]); \\ _Michel Marcus_, Dec 17 2017
%Y A240552 Cf. A014442, A081256, A096172, A240548, A240549, A240550, A240551, A240553.
%K A240552 nonn
%O A240552 1,1
%A A240552 _T. D. Noe_, Apr 07 2014