tau.m

Version 1.0.0.0 (618 octets) par David Terr
Given a nonnegative integer n, tau(n) is the Ramanujan tau function of n.
2,5K téléchargements
Mise à jour 26 mai 2004

Aucune licence

Given a nonnegative integer n, tau(n) is the Ramanujan tau function of n, defined as the coefficient of x^n in the Taylor expansion of
x * prod_{k>=0}(1 - x^k)^24. This is an integer function with fascinating number theoretic properties. For instance, it's multiplicative, meaning tau(m*n) = tau(m)*tau(n) for m and n coprime. It also satisfies some unusual modular properties, like
tau(n) - sigma_11(n) is always divisible by 691. It's also important in the study of elliptic curves and modular forms.

Citation pour cette source

David Terr (2025). tau.m (https://fr.mathworks.com/matlabcentral/fileexchange/4968-tau-m), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R12
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Biological and Health Sciences dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0

I updated this file so that it works with my update of factor2.m and fixed a bug involving printout of intermediate results.