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.

A101870 Row 3 of A101866.

Original entry on oeis.org

13, 26, 34, 47, 60, 68, 81, 89, 102, 115, 123, 136, 149, 157, 170, 178, 191, 204, 212, 225, 233, 246, 259, 267, 280, 293, 301, 314, 322, 335, 348, 356, 369, 382, 390, 403, 411, 424, 437, 445, 458, 466, 479, 492, 500, 513, 526, 534, 547, 555, 568, 581, 589, 602, 610, 623
Offset: 1

Views

Author

N. J. A. Sloane, Jan 28 2005

Keywords

Programs

  • Mathematica
    Array[3*# + 5*Ceiling[#*GoldenRatio] &, 100] (* Paolo Xausa, Mar 20 2024 *)

Formula

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