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.

A133865 Smallest odd prime base q such that p^15 divides q^(p-1) - 1, where p = prime(n).

This page as a plain text file.
%I A133865 #8 Jun 06 2021 15:52:07
%S A133865 65537,57395627,122070312499,56020344873707,6266190914259137,
%T A133865 65106791321062951,12132548193910221893,50407811312994280933,
%U A133865 172048888780798211059,16668261908754510204233,35965174106571679882189
%N A133865 Smallest odd prime base q such that p^15 divides q^(p-1) - 1, where p = prime(n).
%e A133865 a(1) = A035089(15) = 65537.
%t A133865 Do[ k = 1; While[ !PowerMod[ Prime[ k ], Prime[ n ] - 1, Prime[ n ]^15 ] == 1, k++ ]; Print[ { n, Prime[ k ] } ], {n, 1, 100} ]
%Y A133865 Cf. A035089, A125609, A125610, A125611, A125612, A125632, A125633, A125634, A125635, A125636, A125637, A125645, A125646, A125647, A125648, A125649, A133859, A133860, A133861, A133862, A133863, A133864.
%K A133865 nonn
%O A133865 1,1
%A A133865 _Alexander Adamchuk_, Sep 26 2007
%E A133865 Extended by _Max Alekseyev_, May 08 2009