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

A074866 Non-balanced numbers in A015763.

Original entry on oeis.org

46, 134, 138, 161, 184, 230, 299, 322, 402, 414, 483, 552, 598, 623, 644, 670, 690, 805, 874, 897, 966, 1173, 1196, 1208, 1242, 1246, 1288, 1495, 1608, 1610, 1702, 1794, 1869, 1909, 1932, 1990, 1992, 2010, 2024, 2070, 2185, 2202, 2346, 2415, 2576
Offset: 1

Views

Author

Labos Elemer, Dec 05 2002

Keywords

Crossrefs

Programs

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

Formula

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

A074868 Non-balanced numbers in A015765.

Original entry on oeis.org

295, 590, 767, 885, 1038, 1416, 1534, 1589, 1770, 2065, 2301, 2422, 3178, 3186, 3245, 3304, 3448, 3540, 4130, 4602, 4767, 5192, 5230, 5448, 5516, 5605, 6195, 6291, 6356, 6490, 6574, 6860, 7266, 7945, 7965, 8236, 8260, 8437, 8968, 9145, 9204, 9342
Offset: 1

Views

Author

Labos Elemer, Dec 05 2002

Keywords

Crossrefs

Programs

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

Formula

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

A077801 Non-balanced numbers in A015767.

Original entry on oeis.org

38, 54, 87, 95, 114, 126, 135, 147, 174, 182, 209, 215, 216, 222, 258, 266, 285, 294, 297, 315, 342, 378, 430, 447, 455, 456, 494, 518, 540, 546, 551, 609, 627, 632, 635, 645, 654, 665, 702, 762, 783, 798, 836, 894, 899, 945, 957, 1015, 1022, 1032, 1064
Offset: 1

Views

Author

Labos Elemer, Dec 05 2002

Keywords

Crossrefs

Programs

  • Mathematica
    q[n_] := Sign[Mod[DivisorSigma[{1, 9}, 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, 9) % phi);} \\ Amiram Eldar, Apr 11 2024

Formula

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

A077803 Non-balanced numbers in A015769.

Original entry on oeis.org

235, 329, 470, 658, 695, 705, 799, 807, 940, 987, 1316, 1390, 1410, 1529, 1598, 1614, 1645, 1786, 1880, 1969, 1974, 2085, 2115, 2397, 2632, 2734, 2820, 3055, 3058, 3290, 3478, 3938, 3948, 4136, 4170, 4230, 4465, 4587, 4794, 4935, 5264, 5358, 5593, 5640
Offset: 1

Views

Author

Labos Elemer, Dec 05 2002

Keywords

Crossrefs

Programs

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

Formula

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

A078549 Non-balanced numbers in A015771.

Original entry on oeis.org

749, 1498, 2247, 2568, 2889, 2996, 3745, 3959, 4494, 5778, 5992, 6741, 7490, 7918, 8876, 8988, 9416, 9737, 9994, 11235, 11556, 11877, 11984, 12733, 13482, 14231, 14445, 14980, 16264, 17976, 18404, 19474, 20223, 20804, 22363, 22470, 23112
Offset: 1

Views

Author

Labos Elemer, Dec 05 2002

Keywords

Crossrefs

Programs

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

Formula

sigma_13(a(n)) mod phi(a(n)) = 0; sigma(a(n)) mod phi(a(n)) <> 0.
Showing 1-5 of 5 results.