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.

A101803 Nearest integer to n*(phi-1), where phi is golden ratio 1.618033988749895... (A001622).

This page as a plain text file.
%I A101803 #14 Feb 16 2025 08:32:55
%S A101803 0,1,1,2,2,3,4,4,5,6,6,7,7,8,9,9,10,11,11,12,12,13,14,14,15,15,16,17,
%T A101803 17,18,19,19,20,20,21,22,22,23,23,24,25,25,26,27,27,28,28,29,30,30,31,
%U A101803 32,32,33,33,34,35,35,36,36,37,38,38,39,40,40,41,41,42,43,43,44,44,45,46
%N A101803 Nearest integer to n*(phi-1), where phi is golden ratio 1.618033988749895... (A001622).
%H A101803 Ron Knott, <a href="http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fib.html">Fibonacci Numbers, the Golden Section and the Golden String</a>.
%H A101803 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/GoldenRatio.html">Golden Ratio</a>.
%F A101803 a(n) = round(n*phi) where phi is the smaller golden ratio value, .618033988749895....
%t A101803 Table[Round[n(GoldenRatio-1)],{n,0,80}] (* _Harvey P. Dale_, Jun 12 2022 *)
%o A101803 (PARI) a(n) = round(n*(sqrt(5)-1)/2); \\ _Michel Marcus_, May 23 2020
%Y A101803 Cf. A007067, A001622, A099267, A029922.
%K A101803 nonn
%O A101803 0,4
%A A101803 _Casey Mongoven_, Jan 27 2005