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.

A349499 Numbers k such that A349474(k) = A349474(k+1).

Original entry on oeis.org

2, 7, 10, 14, 19, 22, 56, 59, 60, 63, 65, 66, 67, 68, 69, 70, 76, 77, 81, 104, 109, 113, 114, 123, 125, 137, 138, 154, 155, 164, 171, 184, 185, 187, 190, 195, 199, 210, 217, 221, 230, 232, 236, 248, 251, 255, 257, 274, 276, 280, 281, 282, 290, 293, 295, 301, 306
Offset: 1

Views

Author

Amiram Eldar, Nov 20 2021

Keywords

Examples

			2 is a term since A349474(2) = A349474(3) = 2.
7 is a term since A349474(7) = A349474(8) = 3.
		

Crossrefs

Programs

  • Mathematica
    c[n_] := Length @ ContinuedFraction[DivisorSigma[0, n]/DivisorSigma[-1, n]]; Select[Range[350], c[#] == c[# + 1] &]