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.

A386410 Smallest k for which A385541(k) = n.

Original entry on oeis.org

1, 2, 66, 30, 1386, 858, 34650, 1287678, 6380946, 11411400, 24877650
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jul 21 2025

Keywords

Crossrefs

Programs

  • Mathematica
    A386410[n_] := DivisorSum[n, 1 &, PowerMod[#, #, n] == PowerMod[-#, #, n] == Mod[#, n] &]; seq[lim_] := Module[{s = Array[A386410, lim]}, TakeWhile[Flatten[FirstPosition[s, #] & /@ Range[Max[s]]], !MissingQ[#] &]]; seq[10^5] (* Amiram Eldar, Jul 21 2025 *)

Extensions

a(8)-a(11) from Amiram Eldar, Jul 21 2025