https://github.com/trizen/gms
GMS: Git Mathematical Sequences
https://github.com/trizen/gms
markdown math mathematics sequences
Last synced: 6 months ago
JSON representation
GMS: Git Mathematical Sequences
- Host: GitHub
- URL: https://github.com/trizen/gms
- Owner: trizen
- License: unlicense
- Created: 2020-02-07T15:38:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T02:41:00.000Z (about 6 years ago)
- Last Synced: 2025-03-03T02:28:34.201Z (about 1 year ago)
- Topics: markdown, math, mathematics, sequences
- Language: Perl
- Homepage: https://trizen.gitbooks.io/gms/
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GMS: Git Mathematical Sequences
An online resource of mathematical sequences, where anyone can contribute.
See also:
* GitHub: https://github.com/trizen/GMS
* GitBook: https://trizen.gitbooks.io/gms/
# How to submit a sequence?
Create a new directory with the username of your GitHub account and inside the directory create a new file called `Gx.md`, where `Gx` is the ID of the sequence.
The first ID of your sequence should be `G1`, the second ID should be `G2`, and so on.
### TEMPLATE
The sequence entry should have the following format:
```markdown
# (name of the sequence)
(terms)
## OFFSET
## COMMENTS
## PROPERTIES
## FORMULAS
## PROGRAMS
## SEE ALSO
```
### Template explained
````markdown
# (name of the sequence)
(the first few terms of the sequence)
## OFFSET
(offset n such that a(n) is the first term)
(use offset 1 if the sequence is a list of numbers)
## COMMENTS
(any comments about the sequence)
## PROPERTIES
(any special properties of the sequence (e.g. multiplicative))
## FORMULAS
(mathematical formulas for the n-th term)
## PROGRAMS
### (lang)
```lang-code
(program to generate the sequence)
```
## SEE ALSO
* (other similar sequences)
* (or external links to other resources about the sequence)
````
For some examples, see: [trizen/G1](trizen/G1.md), [trizen/G2](trizen/G2.md), [trizen/G3](trizen/G3.md).
After creating a sequence entry, send a pull request and wait for the sequence to be approved.
# License
All contributions are dedicated to the public domain.
See also: https://unlicense.org/