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.
%I A133864 #8 Jun 06 2021 15:51:56 %S A133864 65537,19131877,53834264557,1356446145697,488581592070877, %T A133864 22771419458231473,346100334752156863,2467410166021233673, %U A133864 19165875476832528551,61879867860030528131,1106827928513014993387 %N A133864 Smallest odd prime base q such that p^14 divides q^(p-1) - 1, where p = prime(n). %e A133864 a(1) = A035089(14) = 65537. %t A133864 Do[ k = 1; While[ !PowerMod[ Prime[ k ], Prime[ n ] - 1, Prime[ n ]^14 ] == 1, k++ ]; Print[ { n, Prime[ k ] } ], {n, 1, 100} ] %Y A133864 Cf. A035089, A125609, A125610, A125611, A125612, A125632, A125633, A125634, A125635, A125636, A125637, A125645, A125646, A125647, A125648, A125649, A133859, A133860, A133861, A133862, A133863, A133865. %K A133864 nonn %O A133864 1,1 %A A133864 _Alexander Adamchuk_, Sep 26 2007 %E A133864 Extended by _Max Alekseyev_, May 08 2009