Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50640 views
1
# CoCalc Examples Documentation File
2
# Copyright: SageMath Inc., 2016
3
# License: Creative Commons: Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
4
5
language: sage
6
category: Extras / Queries
7
---
8
title: Introduction
9
descr: |
10
SageMath offers some built-in functions for querying online resources and databases.
11
code: ""
12
---
13
title: Online Encyclopedia of Integer Sequences
14
descr: |
15
SageMath allows you to directly query the [OEIS](https://oeis.org/).
16
code: |
17
oeis([1,1,2,3,5,8,13])
18