Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)

Revision History for A001485

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A001485 Expansion of (Product_{j>=1} (1-(-x)^j) - 1)^7 in powers of x.
(history; published version)
#25 by Peter Luschny at Mon Sep 04 06:08:21 EDT 2023
STATUS

reviewed

approved

#24 by Michel Marcus at Mon Sep 04 06:01:27 EDT 2023
STATUS

proposed

reviewed

#23 by Joerg Arndt at Mon Sep 04 04:38:05 EDT 2023
STATUS

editing

proposed

#22 by Joerg Arndt at Mon Sep 04 04:38:03 EDT 2023
PROG

(PARI) my(N=70, x='x+O('x^N)); Vec((eta(-x)-1)^7) \\ Joerg Arndt, Sep 04 2023

STATUS

proposed

editing

#21 by G. C. Greubel at Mon Sep 04 02:44:50 EDT 2023
STATUS

editing

proposed

#20 by G. C. Greubel at Mon Sep 04 02:44:38 EDT 2023
FORMULA

a(n) = [x^n] ( QPochhammer(-x) - 1 )^7. - G. C. Greubel, Sep 04 2023

MATHEMATICA

Drop[CoefficientList[Series[(QPochhammer[-x] -1)^7, {x, 0, 102}], x], 7] (* G. C. Greubel, Sep 04 2023 *)

PROG

(Magma)

m:=102;

R<x>:=PowerSeriesRing(Integers(), m);

Coefficients(R!( ((&*[1-(-x)^j: j in [1..m+2]]) -1)^7 )); // G. C. Greubel, Sep 04 2023

(SageMath)

m=100; k=7;

def f(k, x): return (-1 + product( (1+x^j)*(1-x^(2*j))/(1+x^(2*j)) for j in range(1, m+2) ) )^k

def A001485_list(prec):

P.<x> = PowerSeriesRing(QQ, prec)

return P( f(k, x) ).list()

a=A001485_list(m); a[k:] # G. C. Greubel, Sep 04 2023

CROSSREFS

Cf. A001482, A001483, A001484, A001486, A001487, A001488, A047638 - A047649, A047654, A047655, A341243.

STATUS

approved

editing

#19 by Jon E. Schoenfield at Tue Feb 01 23:38:02 EST 2022
STATUS

editing

approved

#18 by Jon E. Schoenfield at Tue Feb 01 23:38:00 EST 2022
AUTHOR

_N. J. A. Sloane_._

STATUS

approved

editing

#17 by Alois P. Heinz at Sun Feb 07 20:55:01 EST 2021
STATUS

editing

approved

#16 by Alois P. Heinz at Sun Feb 07 20:54:58 EST 2021
LINKS

Alois P. Heinz, <a href="/A001485/b001485.txt">Table of n, a(n) for n = 7..10000</a>

STATUS

approved

editing

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 August 27 19:37 EDT 2024. Contains 375471 sequences. (Running on oeis4.)