Problem 60171. Compute the Ramanujan tau function for large numbers
The Ramanujan tau function
is defined by the relation
where
. The first few values of
are 1, -24, 252, -1472, and 4830.
Write a function to compute the Ramanujan tau function for large values of n (similar to problem 59981). Output a character array representing the number.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers2
Suggested Problems
-
Smallest distance between a point and a rectangle
275 Solvers
-
Program an exclusive OR operation with logical operators
745 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1294 Solvers
-
Replace all zeros and NaNs in a matrix with the string 'error'
103 Solvers
-
Sum of diagonals elements of a matrix
229 Solvers
More from this Author61
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!