Skip to content

Commit

Permalink
oeis entry
Browse files Browse the repository at this point in the history
  • Loading branch information
EgbertRijke committed Feb 11, 2025
1 parent 6436027 commit bc49c97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/literature/oeis.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ open import elementary-number-theory.catalan-numbers using
( catalan-numbers)
```

### [A000110](https://oeis.org/A000110) The Bell numbers

```agda
open import elementary-number-theory.bell-numbers using
( bell-number-ℕ)
```

### [A000142](https://oeis.org/A000142) Factorials

```agda
Expand Down

0 comments on commit bc49c97

Please sign in to comment.