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.

A078550 Non-balanced numbers in A015774.

Original entry on oeis.org

38, 46, 54, 87, 95, 114, 126, 134, 135, 138, 147, 161, 174, 182, 184, 209, 215, 216, 222, 230, 258, 285, 294, 297, 299, 315, 322, 398, 402, 414, 430, 437, 455, 456, 483, 540, 546, 551, 552, 598, 609, 623, 627, 632, 635, 644, 645, 670, 690, 762, 783, 805
Offset: 1

Views

Author

Labos Elemer, Dec 05 2002

Keywords

Crossrefs

Programs

  • Mathematica
    q[n_] := Sign[Mod[DivisorSigma[{1, 15}, n], EulerPhi[n]]] == {1, 0}; Select[Range[1000], q] (* Amiram Eldar, Apr 11 2024 *)
  • PARI
    is(n) = {my(f = factor(n), phi = eulerphi(f)); (sigma(f) % phi) && !(sigma(f, 15) % phi);} \\ Amiram Eldar, Apr 11 2024

Formula

sigma_15(a(n)) mod phi(a(n)) = 0; sigma(a(n)) mod phi(a(n)) <> 0.

Extensions

Name corrected by Amiram Eldar, Apr 11 2024