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.

Previous Showing 11-13 of 13 results.

A083532 First difference sequence of A007369. Differences between impossible values for sum of divisors of n.

Original entry on oeis.org

3, 4, 1, 1, 5, 1, 2, 2, 1, 1, 2, 1, 1, 2, 4, 1, 1, 2, 4, 2, 2, 1, 1, 2, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 1, 2, 1, 1, 1, 1, 3, 2, 1, 2, 2, 1, 1, 2, 2, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 3, 1, 2, 4, 1, 1, 3, 1, 1, 1, 2, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 2, 2, 2, 2, 2, 1, 1, 2, 1, 2, 1
Offset: 1

Views

Author

Labos Elemer, May 20 2003

Keywords

Examples

			29 and 33 are the 15th and 16th nonsense values for sigma(x), since there exist no numbers n of which they are sums of divisors, while {30,31,32} equal sigma(x); e.g., for x = 29, 16, 31, respectively, thus 33 - 29 = 4 = a(15) = A007369(16) - A007369(15).
		

Crossrefs

Programs

  • Mathematica
    t0[x_] := Table[j, {j, 1, x}]; t=Table[DivisorSigma[1, w], {w, 1, 25000}]; u=Union[%]; c=Complement[t0[25000], u]; Delete[c-RotateRight[c], 1]

Formula

a(n) = A007369(n+1) - A007369(n).

A333024 Starts of runs of 7 consecutive even numbers that are all totient numbers (A002202).

Original entry on oeis.org

100, 26734060, 3149734998, 12960114796, 15685683796, 24077884060, 36987943996, 38809984996, 62521251798, 76314338740, 319408651400
Offset: 1

Views

Author

Amiram Eldar, Mar 05 2020

Keywords

Examples

			100 is a term since the 7 even numbers 100, 102, ... 112 are all totient numbers.
		

Crossrefs

Programs

  • PARI
    m = 7; v = vector(m); for(k=1, m, v[k] = istotient(2*k)); for(k = m+1, 1.5e7, if(Set(v) == [1], print1(2*(k-m),", ")); v = concat(v[2..m], istotient(2*k)))

Extensions

a(9)-a(11) from Giovanni Resta, Mar 07 2020

A383890 Index of record gaps between totient numbers.

Original entry on oeis.org

1, 2, 7, 30, 85, 257, 1031, 2493, 3288, 7604, 13392, 22663, 26818, 31377, 110175, 186971, 400432, 890621, 1536566, 17176199, 27501485, 102834105, 173246634, 182261294, 214104745, 268935021, 1781734397, 4010389565, 6213586719
Offset: 1

Views

Author

Jud McCranie, May 13 2025

Keywords

Comments

Values of k such that A002202(k+1) - A002202(k) > A002202(i+1) - A002202(i) for all iA383889.

Examples

			A002202(8)-A002202(7) = 4, which is greater than A002202(i+i)-A002202(i) for all i<7, so 7 is in the sequence.
		

Crossrefs

Previous Showing 11-13 of 13 results.