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.

A356642 Record values in A356640.

Original entry on oeis.org

1, 3, 50, 161, 201, 253, 494, 1444, 2263, 5141, 5695, 8153, 9271, 10877, 18337, 23377, 23989, 30353, 33017, 50003, 51947, 55067, 55867, 56279, 88922, 94231, 95251, 100127, 131021, 134899, 169141, 252566, 314563, 323729, 389113, 415883, 453613, 523147, 902219, 1017505
Offset: 1

Views

Author

Amiram Eldar, Aug 19 2022

Keywords

Examples

			The first 7 terms of A356640 are 1, 3, 50, 5, 44, 7 and 161. The record values are 1, 3, 50 and 161, the first 4 terms of this sequence.
		

Crossrefs

Cf. A356552, A356640, A356641 (the corresponding bases).

Programs

  • Mathematica
    DeleteDuplicates[FoldList[Max, A356640[50, 10^4]]] (* uses code from A356640 *)