A035339 5th column of Wythoff array.
8, 29, 42, 63, 84, 97, 118, 131, 152, 173, 186, 207, 228, 241, 262, 275, 296, 317, 330, 351, 364, 385, 406, 419, 440, 461, 474, 495, 508, 529, 550, 563, 584, 605, 618, 639, 652, 673, 694, 707, 728, 741, 762, 783, 796, 817, 838, 851, 872, 885, 906, 927, 940, 961
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
- John H. Conway and N. J. A. Sloane, Notes on the Para-Fibonacci and related sequences.
- N. J. A. Sloane, Classic Sequences.
Crossrefs
Programs
-
Maple
t:= (1+sqrt(5))/2: [ seq(8*floor((n+1)*t)+5*n,n=0..80) ];
-
Mathematica
a[n_] := 8 * Floor[n * GoldenRatio] + 5*(n-1); Array[a, 100] (* Amiram Eldar, Mar 24 2025 *)
Comments