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.

A069697 Triangular numbers with internal digits 5.

Original entry on oeis.org

0, 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 91, 153, 253, 351, 2556, 6555
Offset: 1

Views

Author

Amarnath Murthy, Apr 06 2002

Keywords

Comments

For proof of finiteness see A069693.

Crossrefs

Programs

  • Mathematica
    Do[ If[ Union[ Drop[ RotateLeft[ IntegerDigits[n(n + 1)/2]], -2]] == {5}, Print[n(n + 1)/2]], {n, 14, 2 10^6}]
    Select[Accumulate[Range[0,300]],IntegerLength[#]<3||Union[Most[Rest[IntegerDigits[#]]]]=={5}&] (* Harvey P. Dale, Aug 13 2025 *)

Extensions

Extended by Robert G. Wilson v, Apr 07 2002