Skip to content
/ OEIS Public

Collection of OEIS integer sequence generators.

License

Notifications You must be signed in to change notification settings

TaleTN/OEIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT

A collection of OEIS <https://oeis.org/> integer sequence generators coded
in C using LibTomMath.

GETTING STARTED

1. Get LibTomMath

   git clone https://github.com/libtom/libtommath.git

2. Build LibTomMath

   [n]make libtommath

3. Generate sequence (simplified, does not require LibTomMath)

   [n]make aNNNNNN

4. Generate b-file (requires LibTomMath)

   [n]make bNNNNNN

INCLUDED SEQUENCES

A050970 - Favard constant (numerators).
A050971 - Favard constant (denominators).
A276321 - B-spline interpolation matrices.

LICENSE

Copyright (C) 2016-2021 Theo Niessink <theo@taletn.com>
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.