You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/modules.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ For n = 100 the benchmark shows:
23
23
24
24
Our function is slower but the Combinatorics function takes vastly more space.
25
25
26
-
In the second alternative implementation the representation of the partitions for fixed n is a weakly increasing lists ordered lexicographicaly. It has a nice algorithm implemented directly (i.e. without iteration).
26
+
In the second alternative implementation the representation of the partitions for fixed n is a weakly increasing lists ordered lexicographically. It has a nice algorithm implemented directly (i.e. without iteration).
Copy file name to clipboardExpand all lines: docs/src/useofoeis.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ We emphasize that references to the Online Encyclopedia of Integer Sequences alw
4
4
5
5
There is a variety of reasons to deviate occasionally from the definitions used in the OEIS.
6
6
7
-
* Many sequences there are frozen by the editor in chief for so-called 'historical reasons' (for example because they were published in this form in printed versions of the encyclopedia or referenced in scientific papers).
7
+
* Many sequences there are frozen by the editor in chief for so-called 'historical reasons' (for example because they were published in this form in printed versions of the Encyclopedia or referenced in scientific papers).
8
8
9
9
* Conventions in the OEIS are used that made more sense in times of punch cards than today, for example the suppression of 0's in many series expansions.
0 commit comments