[go: up one dir, main page]

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 A015405 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A015405 Gaussian binomial coefficient [ n,11 ] for q=-2.
(history; published version)
#17 by Charles R Greathouse IV at Thu Sep 08 08:44:39 EDT 2022
PROG

(MAGMAMagma) r:=11; q:=-2; [&*[(1-q^(n-i+1))/(1-q^i): i in [1..r]]: n in [r..25]]; // Vincenzo Librandi, Nov 05 2012

Discussion
Thu Sep 08 08:44
OEIS Server: https://oeis.org/edit/global/2944
#16 by N. J. A. Sloane at Sat Dec 07 12:18:19 EST 2019
PROG

(Sage) [gaussian_binomial(n, 11, -2) for n in xrangerange(11, 21)] # Zerinvary Lajos, May 28 2009

Discussion
Sat Dec 07 12:18
OEIS Server: https://oeis.org/edit/global/2837
#15 by Bruno Berselli at Fri Feb 02 02:34:11 EST 2018
STATUS

reviewed

approved

#14 by Michel Marcus at Fri Feb 02 02:00:22 EST 2018
STATUS

proposed

reviewed

#13 by Jon E. Schoenfield at Thu Feb 01 22:39:29 EST 2018
STATUS

editing

proposed

#12 by Jon E. Schoenfield at Thu Feb 01 22:39:26 EST 2018
REFERENCES

I. P. Goulden and D. M. Jackson, Combinatorial Enumeration. Wiley, NY, 1983, p, . 99.

FORMULA

a(n) = product(((-Product_{i=1..11} ((-2)^(n-i+1)-1)/((-2)^i-1), i=1..11). - Vincenzo Librandi, Nov 05 2012

PROG

(Sage) [gaussian_binomial(n, 11, -2) for n in xrange(11, 21)] # - _)] # _Zerinvary Lajos_, May 28 2009

STATUS

approved

editing

#11 by N. J. A. Sloane at Wed Oct 09 02:22:08 EDT 2013
PROG

(Sage) [gaussian_binomial(n, 11, -2) for n in xrange(11, 21)] # - )] # - _Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), _, May 28 2009

Discussion
Wed Oct 09 02:22
OEIS Server: https://oeis.org/edit/global/1991
#10 by M. F. Hasler at Mon Nov 05 19:50:55 EST 2012
STATUS

editing

approved

#9 by M. F. Hasler at Mon Nov 05 19:50:48 EST 2012
LINKS

<a href="/index/Ga#Gaussian_binomial_coefficients">Index entries related to Gaussian binomial coefficients</a>.

FORMULA

a(n) = product(((-2)^(n-i+1)-1)/((-2)^i-1), i=1..11) (by definition).- _). - _Vincenzo Librandi_, Nov 05 2012

PROG

(Sage) [gaussian_binomial(n, 11, -2) for n in xrange(11, 21)] # [From )] # - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 28 2009]

#8 by Vincenzo Librandi at Mon Nov 05 15:45:51 EST 2012
LINKS

Vincenzo Librandi, <a href="/A015405/b015405.txt">Table of n, a(n) for n = 11..200</a>

FORMULA

a(n) = product(((-2)^(n-i+1)-1)/((-2)^i-1), i=1..11) (by definition).- Vincenzo Librandi, Nov 05 2012

MATHEMATICA

Table[QBinomial[n, 11, -2], {n, 11, 20}] (* Vincenzo Librandi, Nov 05 2012 *)

PROG

(MAGMA) r:=11; q:=-2; [&*[(1-q^(n-i+1))/(1-q^i): i in [1..r]]: n in [r..25]]; // Vincenzo Librandi, Nov 05 2012

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 29 15:31 EDT 2024. Contains 375517 sequences. (Running on oeis4.)