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!)
A270924 Coefficient of x^n in Product_{k>=1} ((1 + x^k) / (1 - x^k))^(k*n). 7
1, 2, 16, 128, 1056, 8952, 77200, 673948, 5937792, 52689170, 470210016, 4215834328, 37945215552, 342650763392, 3102866408560, 28166168335128, 256220106742272, 2335126111557564, 21317113277158336, 194890649121580880, 1784158030393621056, 16353089279998330456 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
From Peter Bala, Apr 18 2023: (Start)
The Gauss congruences a(n*p^k) == a(n*p^(k-1)) (mod p^k) hold for all primes p and all positive integers n and k.
Conjecture: the stronger supercongruences a(n*p^k) == a(n*p^(k-1)) (mod p^(2*k)) hold for all primes p >= 3 and all positive integers n and k. (End)
LINKS
FORMULA
a(n) ~ c * d^n / sqrt(n), where d = 9.38812912875337022533876219516002188057967... and c = 0.2845468763296311652189248055322905919858...
MATHEMATICA
Table[SeriesCoefficient[Product[((1+x^k)/(1-x^k))^(k*n), {k, 1, n}], {x, 0, n}], {n, 0, 25}]
CROSSREFS
Sequence in context: A322297 A338933 A013730 * A371814 A214623 A333719
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 26 2016
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)