Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/merttalug/harmonicseries

The program that finds the harmonic series of the number requested as input from the users.
https://github.com/merttalug/harmonicseries

harmonic-series java kodluyoruz mathematics patika-dev

Last synced: 1 day ago
JSON representation

The program that finds the harmonic series of the number requested as input from the users.

Awesome Lists containing this project

README

        

# HarmonicSeries
The program that finds the harmonic series of the number requested as input from the users.

The harmonic series is the sum from n = 1 to infinity with terms 1/n. If you write out the first few terms, the series unfolds as follows: 1 + 1/2 + 1/3 + 1/4 + 1/5 +. . .etc.

As n tends to infinity, 1/n tends to 0.

![img](https://qph.fs.quoracdn.net/main-qimg-81e58d3ffd3a19c9e5939f7230f879b6)