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.
%I A181885 #12 Sep 08 2022 08:45:54 %S A181885 2,1,1,2,2,3,4,6,8,12,18,27,40,60,91,138,210,321,492,756,1166,1800, %T A181885 2786,4320,6710,10440,16267,25380,39650,62017,97108,152214,238824, %U A181885 375060,589521,927369,1459960,2300100 %N A181885 Integer nearest (1/n)*(r^n), where r = golden ratio = (1 + sqrt(5))/2. %H A181885 Vincenzo Librandi, <a href="/A181885/b181885.txt">Table of n, a(n) for n = 1..1000</a> %F A181885 a(n) = floor(1/2 + (1/n)*(r^n)), where r = golden ratio = (1 + sqrt(5))/2. %t A181885 Table[Round[((1 + Sqrt[5])/2)^n/n], {n, 1, 50}] %o A181885 (Magma) [Round(((1 + Sqrt(5))/2)^n/n): n in [1..50]]; // _Vincenzo Librandi_, Jun 21 2011 %Y A181885 Cf. A000045, A172128. %K A181885 nonn %O A181885 1,1 %A A181885 _Clark Kimberling_, Nov 20 2010