OFFSET
1,2
COMMENTS
See A368366 for the description of the AGM transform.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..120
PROG
(Python)
from math import factorial
def A369698(n): return ((n*(n+1))**(m:=n<<1)>>m) - n**n*factorial(n)**3 # Chai Wah Wu, Jan 29 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
Paolo Xausa, Jan 29 2024
STATUS
approved