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.

A368163 a(n) is the smallest number k > 1 such that bigomega(k^n - 1) = n.

This page as a plain text file.
%I A368163 #9 Dec 14 2023 16:30:01
%S A368163 3,4,4,10,17,8,25,5,28,9,81,13,289,64,100,41,6561,31,6657,57,529,1025
%N A368163 a(n) is the smallest number k > 1 such that bigomega(k^n - 1) = n.
%C A368163 a(23) <= 196609; a(24) = 79; a(25) <= 28561; a(26) = 14015; a(27) = 961; a(28) = 729; a(30) = 361; a(32) = 2047.
%e A368163 a(5) = 17 is the smallest number of the set {k(i)} = {17, 19, 21, 26, 27, 39, 45, ...} where k(i)^5 - 1 has exactly 5 prime factors counted with multiplicity.
%o A368163 (PARI) a(n) = my(k=2); while (bigomega(k^n-1) != n, k++); k;
%Y A368163 Cf. A001222, A219019, A241793, A359070.
%K A368163 nonn,more,hard
%O A368163 1,1
%A A368163 _Daniel Suteu_, Dec 14 2023