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.

A101345 a(n) = Knuth's Fibonacci (or circle) product "2 o n".

Original entry on oeis.org

5, 8, 13, 18, 21, 26, 29, 34, 39, 42, 47, 52, 55, 60, 63, 68, 73, 76, 81, 84, 89, 94, 97, 102, 107, 110, 115, 118, 123, 128, 131, 136, 141, 144, 149, 152, 157, 162, 165, 170, 173, 178, 183, 186, 191, 196, 199, 204, 207, 212, 217, 220, 225, 228, 233, 238, 241, 246
Offset: 1

Views

Author

N. J. A. Sloane, Jan 26 2005

Keywords

Comments

Numbers whose Zeckendorf representation ends with 000. - Benoit Cloitre, Jan 11 2014
The asymptotic density of this sequence is sqrt(5)-2. - Amiram Eldar, Mar 21 2022

Crossrefs

Second row of array in A101330.
Set-wise difference of A026274 - A035337.

Programs

Formula

a(n) = floor(phi^3*(n+1)) - 3 - floor(2*phi*(n+1)) + 2*floor(phi*(n+1)) where phi = (1+sqrt(5))/2. - Benoit Cloitre, Jan 11 2014
a(n) = 2*A000201(n+1) + n - 2. See the comments in A101642. - Michel Dekking, Dec 23 2019

Extensions

More terms from David Applegate, Jan 26 2005
More terms from Robert G. Wilson v, Feb 04 2005