From 2264c81bd7d1439652513de7af3c57240682a704 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 19 Jun 2020 20:48:42 +0200 Subject: [PATCH] added oeis cheat sheet (chubin/cheat.sheets#187) --- sheets/oeis | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sheets/oeis diff --git a/sheets/oeis b/sheets/oeis new file mode 100644 index 0000000..9bd5f28 --- /dev/null +++ b/sheets/oeis @@ -0,0 +1,13 @@ +# oeis +# +# The On-Line Encyclopedia of Integer Sequences (OEIS), +# also cited simply as Sloane's, is an online database of integer sequences. + +# Find all possible OEIS sequences for some sequence (1,1,1,1...) +curl cheat.sh/oeis/1+1+1+1 + +# Implementation of the A2 OEIS sequence in Python +curl cheat.sh/oeis/A2/python + +# List all available implementations of the A2 OEIS sequence +curl cheat.sh/oeis/A2/:list