From f3e87397ac561021e6ff1973187a82e19c62a6ad Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 19 Jun 2020 20:50:37 +0200 Subject: [PATCH] added oeis cheat sheet (chubin/cheat.sh#187) --- sheets/oeis | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sheets/oeis b/sheets/oeis index 9bd5f28..11cd25f 100644 --- a/sheets/oeis +++ b/sheets/oeis @@ -6,6 +6,9 @@ # Find all possible OEIS sequences for some sequence (1,1,1,1...) curl cheat.sh/oeis/1+1+1+1 +# Describe an OEIS sequence (A2) +curl cheat.sh/oeis/A2 + # Implementation of the A2 OEIS sequence in Python curl cheat.sh/oeis/A2/python