(49g 50g) Ramanujan Tau Function
|
10-12-2018, 02:07 PM
(This post was last modified: 09-03-2019 11:33 PM by John Keith.)
Post: #1
|
|||
|
|||
(49g 50g) Ramanujan Tau Function
These programs compute the Ramanujan tau function (A000594) for positive integers. All three programs use Gerald Hilliers SUMDIVISORS command from hpcalc.org, and must be run in exact mode. The last two programs also require the ListExt Library. Neither program is very fast, and use of an emulator is recommended for large integers.
Edited 10/13/2018 to replace the first two programs with slightly smaller and faster versions. The first program is the most general, and can calculate tau(n) for any size integer, given enough time. This is essentially the same algorithm as program #2 here. Code:
The next program is about 25% faster than the previous one. It is limited to integers less than 2000 or so because of the memory required by the precomputed sigma values. Code:
The last program returns a list of tau values from 1 through n. It is significantly faster than computing the individual values with the programs above, but still quite slow for large integers. Code:
EDIT: The program above can be used to compute many other sequences if the -24 in line 3 is replaced by another number. Details and a more general program here. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(49g 50g) Ramanujan Tau Function - John Keith - 10-12-2018 02:07 PM
RE: (49g 50g) Ramanujan Tau Function - Gerald H - 10-20-2018, 08:14 PM
RE: (49g 50g) Ramanujan Tau Function - John Keith - 11-02-2018, 01:26 AM
RE: (49g 50g) Ramanujan Tau Function - Gerald H - 11-02-2018, 04:02 PM
RE: (49g 50g) Ramanujan Tau Function - John Keith - 11-06-2018, 10:18 PM
|
User(s) browsing this thread: 1 Guest(s)