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-2 of 2 results.

A385391 a(n) is the smallest integer k such that A384237(k) = n.

Original entry on oeis.org

1, 2, 6, 12, 66, 30, 210, 390, 1365, 2310, 3990, 10920, 2730, 84630, 53130, 87780, 114114, 760760, 2042040, 1345890, 285285, 1902810, 570570, 1141140, 25571910, 30240210, 2282280, 358888530, 514083570, 413092680, 998887890, 761140380, 1155284130, 3082219140, 8125850460, 11532931410, 17440042620, 8254436190
Offset: 1

Views

Author

Keywords

Comments

a(1) = A002110(0), a(2) = A002110(1), a(3) = A002110(2), a(6) = A002110(3), a(7) = A002110(4), a(10) = A002110(5), ...?
a(33) onward > 10^9. - Michael S. Branicky, Jun 30 2025
a(44) = 11125544430. - Robert G. Wilson v, Jul 13 2025

Crossrefs

Programs

Extensions

a(28)-a(32) from Michael S. Branicky, Jun 30 2025
a(33)-a(38) from Robert G. Wilson v, Jul 13 2025

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-2 of 2 results.