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.

A322045 Triangular numbers that are 2-digit-repblocks.

Original entry on oeis.org

10, 15, 21, 28, 36, 45, 55, 66, 78, 91, 5050, 5151
Offset: 1

Views

Author

N. J. A. Sloane, Dec 07 2018

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Union[Flatten[Table[FromDigits[PadRight[{}, n, k], 100], {n, 3}, {k, 10, 99}]]], IntegerQ[Sqrt[8*# + 1]] &] (* Amiram Eldar, Mar 07 2025, after Harvey P. Dale at A045914 *)