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.

A057049 Let R(i,j) be the rectangle with antidiagonals 1; 2,3; 4,5,6; ...; each k is an R(i(k),j(k)) and A057049(n) = i(n^2).

Original entry on oeis.org

1, 1, 3, 1, 4, 8, 4, 9, 3, 9, 1, 8, 16, 6, 15, 3, 13, 24, 10, 22, 6, 19, 1, 15, 30, 10, 26, 4, 21, 39, 15, 34, 8, 28, 49, 21, 43, 13, 36, 4, 28, 53, 19, 45, 9, 36, 64, 26, 55, 15, 45, 3, 34, 66, 22, 55, 9, 43, 78, 30, 66, 16, 53, 1, 39, 78, 24, 64
Offset: 1

Views

Author

Clark Kimberling, Jul 30 2000

Keywords

Crossrefs

Cf. A002260 = i(n), A057052 = i(n^3).

Programs

  • Mathematica
    # - (l = Floor[Sqrt[2 #] - 1/2]) (l + 1)/2 & /@ ((Range@68)^2) (* Ivan Neretin, May 28 2015 *)