Problem 59981. Compute the Ramanujan tau function

The Ramanujan tau function tau(n) is defined by the relation
Sum[tau(n)q^n,{n,1,inf}] = q Product[(1-q^n)^24,{n,1,inf}]
where q = exp(2 pi i z). The first few values of tau(n) are 1, -24, 252, -1472, and 4830.
Write a function to compute the Ramanujan tau function.

Solution Stats

66.67% Correct | 33.33% Incorrect
Last Solution submitted on Jul 04, 2024

Solution Comments

Show comments

Problem Recent Solvers2

Suggested Problems

More from this Author269

Community Treasure Hunt

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

Start Hunting!