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.

Showing 1-1 of 1 results.

A368649 a(n) = round(n*rho), where rho = (5+sqrt(5))/2.

Original entry on oeis.org

4, 7, 11, 14, 18, 22, 25, 29, 33, 36, 40, 43, 47, 51, 54, 58, 62, 65, 69, 72, 76, 80, 83, 87, 90, 94, 98, 101, 105, 109, 112, 116, 119, 123, 127, 130, 134, 137, 141, 145, 148, 152, 156, 159, 163, 166, 170, 174, 177, 181, 185, 188, 192, 195, 199, 203, 206, 210
Offset: 1

Views

Author

Jeffrey Shallit, Jan 02 2024

Keywords

Comments

Also, the positive integers that do not appear in A118287.

Crossrefs

Programs

  • Mathematica
    Round[Range[100](5+Sqrt[5])/2] (* Paolo Xausa, Jan 03 2024 *)

Formula

a(n) = floor(n*(5+sqrt(5))/2 + 1/2).
Showing 1-1 of 1 results.