Compute the Ramanujan tau function - MATLAB Cody - MATLAB Central

Problem 59981. Compute the Ramanujan tau function

Difficulty:Rate
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
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
3
5

Problem Recent Solvers2

Suggested Problems

More from this Author291

Community Treasure Hunt

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

Start Hunting!
Go to top of page