Skip to content

Instantly share code, notes, and snippets.

@celestialphineas
Created October 21, 2017 15:36
Show Gist options
  • Save celestialphineas/2add4b84430a2479cbf81ceb6cb84aba to your computer and use it in GitHub Desktop.
Save celestialphineas/2add4b84430a2479cbf81ceb6cb84aba to your computer and use it in GitHub Desktop.
F[x_] := NumberForm[HarmonicNumber[x]/x, 20]
str = StringJoin[
ToString[#] <> "\n" & /@ ({N[\[Pi]^2/6, 13]}~Join~
Table[F[i], {i, 0.1, 300, 0.1}])];
Export["D:\\na\\mma.txt", str]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment