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!)
A059823 Expansion of series related to Liouville's Last Theorem: g.f. sum_{t>0} (-1)^(t+1) *x^(t*(t+1)/2) / ( (1-x^t)^6 *product_{i=1..t} (1-x^i) ). 1

%I #12 Jun 29 2020 09:49:48

%S 0,1,7,27,83,202,455,889,1682,2892,4894,7694,12090,17822,26411,37206,

%T 52730,71447,97984,128714,171421,220064,285963,359204,458506,565347,

%U 708665,862163,1064302,1276474,1558090,1845874,2226044,2614188

%N Expansion of series related to Liouville's Last Theorem: g.f. sum_{t>0} (-1)^(t+1) *x^(t*(t+1)/2) / ( (1-x^t)^6 *product_{i=1..t} (1-x^i) ).

%H G. E. Andrews, <a href="http://www.mat.univie.ac.at/~slc/s/s42andrews.html">Some debts I owe</a>, Séminaire Lotharingien de Combinatoire, Paper B42a, Issue 42, 2000; see (7.4).

%p Mk := proc(k) -1*add( (-1)^n*q^(n*(n+1)/2)/(1-q^n)^k/mul(1-q^i,i=1..n), n=1..101): end; # with k=6

%Y Cf. A000005 (k=1), A059819 (k=2), A059820 (k=3), ..., A059825 (k=8).

%K nonn

%O 0,3

%A _N. J. A. Sloane_, Feb 24 2001

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 24 12:09 EDT 2024. Contains 372773 sequences. (Running on oeis4.)