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

A097011 Remainder of sigma(n) modulo 30.

Original entry on oeis.org

1, 3, 4, 7, 6, 12, 8, 15, 13, 18, 12, 28, 14, 24, 24, 1, 18, 9, 20, 12, 2, 6, 24, 0, 1, 12, 10, 26, 0, 12, 2, 3, 18, 24, 18, 1, 8, 0, 26, 0, 12, 6, 14, 24, 18, 12, 18, 4, 27, 3, 12, 8, 24, 0, 12, 0, 20, 0, 0, 18, 2, 6, 14, 7, 24, 24, 8, 6, 6, 24, 12, 15, 14, 24, 4, 20, 6, 18, 20, 6, 1, 6
Offset: 1

Views

Author

Labos Elemer, Aug 19 2004

Keywords

Crossrefs

Programs

Formula

a(n) = mod(A000203(n), 30).

A097012 a(n) = sigma(n) mod 210.

Original entry on oeis.org

1, 3, 4, 7, 6, 12, 8, 15, 13, 18, 12, 28, 14, 24, 24, 31, 18, 39, 20, 42, 32, 36, 24, 60, 31, 42, 40, 56, 30, 72, 32, 63, 48, 54, 48, 91, 38, 60, 56, 90, 42, 96, 44, 84, 78, 72, 48, 124, 57, 93, 72, 98, 54, 120, 72, 120, 80, 90, 60, 168, 62, 96, 104, 127, 84, 144, 68, 126, 96
Offset: 1

Views

Author

Labos Elemer, Aug 19 2004

Keywords

Comments

Agrees with A000203(n) for n <= 89; sigma(90) = 234. - Omar E. Pol, Feb 02 2013
This sequence is not multiplicative. For example, at a(84) = 14 which is not a(3)*a(4)*a(7) = 224. - Andrew Howroyd, Aug 23 2018

Crossrefs

Programs

Formula

a(n) = A000203(n) mod 210.

A097015 Smallest k such that sigma(k) + 1 is divisible by primorial(n).

Original entry on oeis.org

1, 1, 2401, 2614689, 36324729, 36324729, 2411675443849, 2411675443849, 12361036649679601
Offset: 0

Views

Author

Labos Elemer, Aug 19 2004

Keywords

Comments

10^19 < a(9) <= 725298909352131113041. Terms a(3) through a(8) all have the prime signature p^4*q^2*r^2. Any x such that sigma(x) = -1 (mod 30) must have at least eight prime factors. However, for all n, there are solutions with fewer than three distinct prime factors. More generally, for any k > 1, let p be a prime of the form mk+1; then sigma(p^(k-2)) = -1 (mod k). For a(9), 725298909352131113041 is the least solution with eight prime factors. I have not been able to rule out a smaller solution with more prime factors. - David Wasserman, Dec 14 2007

Crossrefs

Formula

a(n) = A233929(A002110(n)). - Andrew Howroyd, Dec 12 2024

Extensions

More terms from David Wasserman, Dec 14 2007
a(0)=1 prepended by Andrew Howroyd, Dec 12 2024

A097013 Smallest x such that sigma(x) mod 30 = n.

Original entry on oeis.org

24, 1, 21, 2, 3, 923521, 5, 4, 7, 18, 27, 2401, 6, 9, 13, 8, 217, 9604, 10, 1089, 19, 98, 91, 21609, 14, 14641, 28, 49, 12, 2614689
Offset: 0

Views

Author

Labos Elemer, Aug 19 2004

Keywords

Comments

Compare with A084303.
Row 30 of A074625 (apart from different ordering). - Michel Marcus, Dec 19 2013

Crossrefs

Programs

  • Mathematica
    t=Table[Mod[DivisorSigma[1, w], 30], {w, 1, 2700000}]; Table[Min[Flatten[Position[t, j]]], {j, 0, 29}]
Showing 1-4 of 4 results.