aboutsummaryrefslogtreecommitdiff
path: root/challenge-133/lubos-kolouch/python/ch-2.py
blob: 5762c277d2b0c86c7c02e51bf8867ca37c537aec (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from pyoeis import OEISClient

c = OEISClient()
seq = c.get_by_id('A104170')

print(seq.unsigned(10))