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.

Showing 1-1 of 1 results.

A385499 a(n) is the smallest integer k such that A385392(k) = n.

Original entry on oeis.org

1, 2, 6, 42, 70, 870, 44070, 547470, 15410670, 168638470
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 30 2025

Keywords

Crossrefs

Programs

  • Mathematica
    s[n_] := DivisorSum[n, 1 &, PowerMod[#, #, n] == n - # &]; With[{v = Array[s, 45000]}, TakeWhile[Flatten[FirstPosition[v, #] & /@ Range[Max[v]]], NumberQ]] (* Amiram Eldar, Jul 03 2025 *)

Extensions

a(8)-a(10) from Amiram Eldar, Jul 03 2025
Showing 1-1 of 1 results.