The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A335010 a(n) = Product_{k=1..n} (2^k - 1)^k. 1
1, 9, 3087, 156279375, 4474145825060625, 279739266376566114746420625, 149066302192479440045478394157489352699375, 2665022756273454714861436593121414601862237540654765380859375 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ c * 2^(n*(n+1)*(2*n+1)/6), where c = A335011 = Product_{k>=1} (1 - 1/2^k)^k.
MATHEMATICA
Table[Product[(2^k - 1)^k, {k, 1, n}], {n, 1, 10}]
PROG
(PARI) a(n) = prod(k=1, n, (2^k-1)^k); \\ Michel Marcus, May 19 2020
CROSSREFS
Sequence in context: A321282 A159775 A281538 * A203744 A234145 A291547
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, May 19 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 31 23:52 EDT 2024. Contains 373008 sequences. (Running on oeis4.)