A090770 a(n) = 2^(n^2 + 2n + 1)*Product_{j=1..n} (4^j - 1).
2, 48, 23040, 185794560, 24257337753600, 50821645356918374400, 1704875112338069448032256000, 915241991059360703024740763172864000, 7861748876453505095791592854589753555681280000, 1080506416218846625176535970968094253434513802154475520000, 2376056471052200653607636735377527394627947719754523173734842368000000
Offset: 0
Keywords
Links
- G. Nebe, E. M. Rains and N. J. A. Sloane, Self-Dual Codes and Invariant Theory, Springer, Berlin, 2006.
Crossrefs
Programs
-
Mathematica
Table[2^(n^2+2n+1) Product[4^j-1,{j,n}],{n,0,10}] (* Harvey P. Dale, May 14 2022 *)
-
Python
from math import prod def A090770(n): return prod((1<Chai Wah Wu, Jun 20 2022
Formula
a(n) ~ c * 2^((n+1)*(2*n+1)), where c = A100221. - Amiram Eldar, Jul 06 2025
Comments