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.

A344869 Number of distinct prime factors of n^n+1.

This page as a plain text file.
%I A344869 #40 Feb 16 2025 08:34:02
%S A344869 1,1,1,2,1,3,3,3,3,4,3,6,4,5,5,6,2,3,7,5,3,6,4,8,6,7,5,11,6,7,10,7,4,
%T A344869 11,6,13,5,7,7,8,9,6,10,8,8,14,8,10,6,7,10,11,5,8,14,11,7,13,13,9,12,
%U A344869 8,7,18,4,12,8,7,7,16,9,8,12,4,8,24,7,9,14,7,5,12,6,12,8,13,10,12,10,6,23,15,6,9,11,16,3,8,17,23,7
%N A344869 Number of distinct prime factors of n^n+1.
%H A344869 Amiram Eldar, <a href="/A344869/b344869.txt">Table of n, a(n) for n = 0..148</a>
%H A344869 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/SierpinskiNumberoftheFirstKind.html">Sierpinski Number of the First Kind</a>.
%F A344869 a(n) = A001221(A014566(n)).
%t A344869 a[0] = 1; a[n_] := PrimeNu[n^n + 1]; Array[a, 45, 0] (* _Amiram Eldar_, May 31 2021 *)
%o A344869 (PARI) a(n) = omega(n^n+1);
%o A344869 (Magma) [#PrimeDivisors(n^n+1): n in [0..100]];
%Y A344869 Cf. A001221, A014566, A085723, A128428, A344859, A344870.
%K A344869 nonn
%O A344869 0,4
%A A344869 _Seiichi Manyama_, May 31 2021
%E A344869 a(67)-a(79) from _Jon E. Schoenfield_, May 31 2021
%E A344869 a(80)-a(100) from _Seiichi Manyama_, May 31 2021