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.

A360368 Positive integers k such that A360366(k) = A360366(k+1).

Original entry on oeis.org

1, 5, 20, 25, 36, 57, 76, 79, 83, 100, 120, 138, 146, 155, 167, 187, 201, 210, 224, 229, 230, 309, 363, 372, 393, 401, 406, 414, 418, 423, 427, 432, 433, 434, 443, 449, 453, 460, 470, 492, 495, 499, 512, 517, 542, 571, 581, 588, 591, 601, 637, 650, 675, 676, 685
Offset: 1

Views

Author

Stefano Spezia, Feb 04 2023

Keywords

Comments

Equivalently, positive integers k such that A360367(k) = A360367(k+1).

Crossrefs

Programs

  • Mathematica
    b[i_]:=Rationalize[Pi,10^(-i)]; Select[Range[685],b[#]==b[#+1] &]