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.

A101863 Main diagonal of A101858.

Original entry on oeis.org

2, 13, 25, 52, 89, 117, 170, 208, 277, 356, 410, 505, 610, 680, 801, 881, 1018, 1165, 1261, 1424, 1530, 1709, 1898, 2020, 2225, 2440, 2578, 2809, 2957, 3204, 3461, 3625, 3898, 4181, 4361, 4660, 4850, 5165, 5490, 5696, 6037, 6253, 6610, 6977, 7209, 7592, 7985
Offset: 1

Views

Author

N. J. A. Sloane, Jan 28 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Array[#^2 + Floor[#*GoldenRatio]^2 &, 100] (* Paolo Xausa, Mar 20 2024 *)

Formula

a(n) = n^2 + floor(n*(1 + sqrt(5))/2)^2. - Paolo Xausa, Mar 20 2024