Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.02 KB

File metadata and controls

31 lines (26 loc) · 1.02 KB

guessfunc

guessfunc is a Maple library for guessing generating functions based on their known initial terms. This code is not yet fit for public consumption, but I am always more than happy to apply it to sequences of interest, so please feel free to contact me at jay.pantone@gmail.com.


If this code is useful to you in your work, please consider citing it.

Bibtex entry:
@misc{guessfunc,
	author = {Jay Pantone},
	howpublished = {\url{https://github.com/jaypantone/guessfunc}},
	month = {December},
	note = {DOI: \url{https://doi.org/10.5281/zenodo.5810636}},
	title = {{guessfunc}: A {M}aple library to guess the generating function of a counting sequence given some initial terms},
	year = {2021}
}
Biblatex entry:
@software{guessfunc,
	author = {Jay Pantone},
	date = {2021},
	doi = {10.5281/zenodo.5810636},
	month = {12},
	title = {guessfunc: A Maple library to guess the generating function of a counting sequence given some initial terms},
	url = {https://github.com/jaypantone/guessfunc}
}