login
a(n) = round(n*phi^17), where phi is the golden ratio, A001622.
0

%I #15 Oct 28 2023 11:51:12

%S 0,3571,7142,10713,14284,17855,21426,24997,28568,32139,35710,39281,

%T 42852,46423,49994,53565,57136,60707,64278,67849,71420,74991,78562,

%U 82133,85704,89275,92846,96417

%N a(n) = round(n*phi^17), where phi is the golden ratio, A001622.

%C Differs from A004932 first at n = 1786. phi^17 = 3571.0002... - _R. J. Mathar_, Dec 19 2022

%H Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/NonRecursions.html">Non Recursions</a>.

%Y Cf. A001622, A004932.

%K nonn

%O 0,2

%A _N. J. A. Sloane_