(50g) Euler Transform +- HP Forums (http://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (50g) Euler Transform (/thread-12610.html) |
(50g) Euler Transform - John Keith - 03-12-2019 05:17 PM (This post was last modified: 08-07-2019 06:27 AM) Following are programs for computing the Euler transform and its inverse for sequences of integers. Both require the ListExt Library. The inverse transform also requires Gerald Hillier's MOB program which computes the Moebius Mu function. Euler transform: Code:
Inverse Euler transform: Code:
|