Hofstadter Figure-Figure sequences: Difference between revisions

Content added Content deleted
(→‎{{header|MATLAB}} / {{header|Octave}}: Hofstadter Figure-Figure in Matlab and Octave)
Line 599: Line 599:
Columns 21 through 40:
Columns 21 through 40:
285 312 340 369 399 430 462 495 529 565 602 640 679 719 760 802 845 889 935 982
285 312 340 369 399 430 462 495 529 565 602 640 679 719 760 802 845 889 935 982

>> R = find(~r(1:N))
R =
Columns 1 through 17:
2 4 5 6 8 9 10 11 13 14 15 16 17 19 20 21 22
Columns 18 through 34:
23 24 25 27 28 29 30 31 32 33 34 36 37 38 39 40 41
Columns 35 through 51:
42 43 44 46 47 48 49 50 51 52 53 54 55 57 58 59 60
....
</pre>
</pre>