Generated in Excel 2010 by Sheet1!C3=MOD(SUM(B1:B2,A2),MAX($A$1,2)) Filled to 2624400 cells A1=3
Animated in Excel 2010 by C3=INDIRECT("sheet1!"&ADDRESS((ROW()-3)*$A$1+3,(COLUMN()-3)*$A$1+3)) Filled to 291600 cells A1=A2 A2=IF(B2,3,A3) A3=A2/B1 B1=3^(1/80)
No interpolation...
I'm seeing now I forgot to FLOOR() the scale coordinates. Turns out ADDRESS() hard casts float to int. Who knew? That explains the visual glitches.