Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages