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.

A386436 Smallest k for which A385731(k) = n.

Original entry on oeis.org

1, 2, 6, 42, 1770, 47058, 547470, 8648458, 623254170
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_]:=Module[{k=0},Until[Length[Select[Divisors[k], Mod[-#, k]==PowerMod[-#, #, k]==PowerMod[#, #, k]&]]==n,k++];k];Array[a,7] (* James C. McMahon, Aug 06 2025 *)

Extensions

a(9) from Michel Marcus, Jul 21 2025