Skip to content

Commit 5c0fb67

Browse files
committed
oxd
1 parent 234293d commit 5c0fb67

8 files changed

Lines changed: 3155 additions & 2685 deletions

File tree

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name = "IntegerSequences"
2-
version = "0.2.1"
2+
uuid = "b4b868b0-69a7-11e9-2db0-173b4e8e576c"
3+
version = "0.2.0"
34

45
[deps]
56
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"

docs/src/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,12 @@ OddPart
388388
Or
389389
```
390390
```@docs
391+
OrderedSetPartitions
392+
```
393+
```@docs
394+
OrderedSetPolynomials
395+
```
396+
```@docs
391397
OrthoPoly
392398
```
393399
```@docs

docs/src/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ The ``q``-expansion of the Jacobi theta functions 3 and 4 raised to the power ``
263263
  🔶  [LandauConstants](https://github.com/OpenLibMathSeq/IntegerSequences.jl/blob/master/src/LandauConstants.jl)
264264

265265

266-
* V277233(n) / 4^V005187(n) are the Landau constants. These constants are defined as G(n)`` = \sum_{j=0..n} g(j)^2`` with the normalized central binomial
266+
* V277233(n) / 4^V005187(n) are the Landau constants. These constants are defined as G(n)`` = ∑_{j=0..n} g(j)^2`` with the normalized central binomial
267267
```
268268
g(n) = (2n)! / (2^n n!)^2 = V001790(n) / V046161(n).
269269
```
270-
* V327495(n) / 4^V327492(n) are the rationals considered here. These numbers are defined as H(n)`` = \sum_{j=0..n} h(j)^2`` with the normalized swinging factorial
270+
* V327495(n) / 4^V327492(n) are the rationals considered here. These numbers are defined as H(n)`` = ∑_{j=0..n} h(j)^2`` with the normalized swinging factorial
271271
```
272272
h(n) = n! / (2^n ⌊n/2⌋!)^2 = V163590(n) / V327493(n).
273273
```

0 commit comments

Comments
 (0)