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

9 Solutions

2 Solvers

Last Solution submitted on Apr 21, 2026

Last 200 Solutions

Solution Comments

Show comments
Loading...