mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-19 03:25:44 +00:00
added oeis cheat sheet (chubin/cheat.sheets#187)
This commit is contained in:
parent
9b45d9d8d9
commit
2264c81bd7
13
sheets/oeis
Normal file
13
sheets/oeis
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user