Skip to content

Commit

Permalink
📚 docs(sak/oeis/bibtex): Fix A000108 expected output.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Oct 14, 2020
1 parent f75fade commit 78cbf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sak/oeis.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def bibtex(id):
HOWPUBLISHED = {\href{https://oeis.org/A000108}{A000108}},
MONTH = {Apr},
YEAR = {1991},
NOTE = {Catalan numbers: C(n) = binomial(2n,n)/(n+1) = (2n)!/(n!(n+1)!). Also called Segner numbers.}
NOTE = {Catalan numbers: C(n) = binomial(2n,n)/(n+1) = (2n)!/(n!(n+1)!).}
}
>>> bibtex( "A001010" ) # doctest: +NORMALIZE_WHITESPACE
@MISC{OEIS:A001010,
Expand Down

0 comments on commit 78cbf7d

Please sign in to comment.