/multinode-find-sum-of-square-sequence

Elixir Project - Takes n and k and returns all a such that a<n and a^2 + (a+1)^2 +..+ (a+k-1)^2 is a square

Primary LanguageElixir

SumOfSquares

TODO: Add description

Installation

If available in Hex, the package can be installed by adding sum_of_squares to your list of dependencies in mix.exs:

def deps do
  [
    {:sum_of_squares, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/sum_of_squares.