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.

A234141 Numbers k such that triangular(k) - m is a triangular number (A000217), where m is the largest square less than triangular(k).

Original entry on oeis.org

1, 4, 5, 7, 10, 13, 16, 19, 21, 22, 25, 28, 40, 42, 59, 60, 64, 76, 85, 89, 93, 109, 110, 124, 127, 142, 144, 148, 161, 165, 178, 184, 195, 212, 229, 233, 246, 247, 263, 265, 268, 280, 297, 313, 314, 331, 346, 348, 349, 365, 373, 376, 382, 399, 416, 433, 445, 450
Offset: 1

Views

Author

Alex Ratushnyak, Dec 19 2013

Keywords

Comments

The sequence of triangular(a(n)) begins: 1, 10, 15, 28, 55, 91, 136, 190, 231, 253, 325, ...

Crossrefs

Programs

  • Mathematica
    Select[Range[450], IntegerQ@Sqrt[8 ((#^2 + #)/2 - (Ceiling@Sqrt[(#^2 + #)/2] - 1)^2) + 1] &] (* Ivan Neretin, May 29 2016 *)