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 A128439 #18 Jun 15 2022 11:37:17 %S A128439 1,5,12,27,55,107,203,375,684,1229,2189,3863,6773,11801,20460,35311, %T A128439 60707,104003,177631,302539,513996,871265,1473817,2488367,4194025, %U A128439 7057517,11858508,19898115,33345679,55814939,93320819,155867103 %N A128439 a(n) = floor(n*t^n), where t=golden ratio=(1+sqrt(5))/2. %H A128439 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (2,2,-4,-2,2,1). %F A128439 a(n) = A128440(n, n). %F A128439 a(n) = n*F(n-1) + floor(n*t*F(n)), where F=A000045, the Fibonacci numbers. %F A128439 G.f.: x*(1 + 3*x - 3*x^3 - x^4 - x^5)/((1 - x)*(1 + x)*(1 - x - x^2)^2). - _Ilya Gutkovskiy_, Apr 18 2017 %t A128439 Table[Floor[n*GoldenRatio^n], {n, 50}] (* _Indranil Ghosh_, Apr 18 2017 *) %o A128439 (PARI) a(n) = floor(n*((1 + sqrt(5))/2)^n); \\ _Indranil Ghosh_, Apr 18 2017 %Y A128439 Cf. A000045, A128440. %K A128439 nonn,easy %O A128439 1,2 %A A128439 _Clark Kimberling_, Mar 03 2007