Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #19 Oct 28 2023 11:53:33
%S 0,521,1042,1563,2084,2605,3126,3647,4168,4689,5210,5731,6252,6773,
%T 7294,7815,8336,8857,9378,9899,10420,10941,11462,11983,12504,13025,
%U 13546,14067,14588,15109,15630,16151
%N a(n) = round(n*phi^13), where phi is the golden ratio, A001622.
%C Differs from A004928 first at index n = 261. - _R. J. Mathar_, Oct 28 2008
%H Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/NonRecursions.html">Non Recursions</a>.
%t With[{c=GoldenRatio^13},Round[c*Range[0,40]]] (* _Harvey P. Dale_, May 27 2016 *)
%Y Cf. A001622, A004928.
%K nonn
%O 0,2
%A _N. J. A. Sloane_