curvefit.frink

Download or view curvefit.frink in plain text format


f[x] := 2 + 2^x + 1/2 2^x (-1 + 2^x) + 1/6 2^x (-2 + 2^x) (-1 + 2^x) + 1/24 2^x (-3 + 2^x) (-2 + 2^x) (-1 + 2^x)
for n = 0 to 10
   println[f[n]]


Download or view curvefit.frink in plain text format


This is a program written in the programming language Frink.
For more information, view the Frink Documentation or see More Sample Frink Programs.

Alan Eliasen was born 19945 days, 8 hours, 0 minutes ago.