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.

A381241 Records in A381096.

Original entry on oeis.org

0, 3, 5, 6, 7, 10, 11, 13, 14, 21, 29, 33, 42, 45, 53, 58, 64, 69, 77, 85, 88, 90, 93, 108, 117, 128, 136, 138, 161, 172, 176, 181, 195, 208, 216, 249, 258, 267, 293, 322, 326, 341, 347, 354, 381, 390, 401, 425, 434, 484, 498, 513, 521, 547, 586, 590, 645, 652
Offset: 1

Views

Author

Michael De Vlieger, Feb 24 2025

Keywords

Crossrefs

Programs

  • Mathematica
    rad[x_] := Times @@ FactorInteger[x][[All, 1]]; nn = Length[s];
    r = 0; nn = 2^10; f[x_] := x - EulerPhi[x] - DivisorSigma[0, x/rad[x]]; {0}~Join~Reap[Do[If[# > r, r = #; Sow[#]] &[f[n]], {n, nn}]][[-1, -1]]