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!)
A022192 Gaussian binomial coefficients [ n,9 ] for q = 2. 2
1, 1023, 698027, 408345795, 222984027123, 117843461817939, 61291693863308051, 31627961868755063955, 16256896431763117598611, 8339787869494479328087443, 4274137206973266943778085267, 2189425218271613769209626653075 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,2
LINKS
FORMULA
a(n) = Product_{i=1..9} (2^(n-i+1)-1)/(2^i-1), by definition. - Vincenzo Librandi, Aug 02 2016
G.f.: x^9/Product_{0<=i<=9} (1-2^i*x). - Robert Israel, Apr 23 2017
MAPLE
seq(eval(expand(QDifferenceEquations:-QBinomial(n, 9, q)), q=2), n=9..50);
MATHEMATICA
QBinomial[Range[9, 20], 9, 2] (* Harvey P. Dale, Jul 24 2016 *)
PROG
(Sage) [gaussian_binomial(n, 9, 2) for n in range(9, 21)] # Zerinvary Lajos, May 25 2009
(Magma) r:=9; q:=2; [&*[(1-q^(n-i+1))/(1-q^i): i in [1..r]]: n in [r..20]]; // Vincenzo Librandi, Aug 03 2016
(PARI) r=9; q=2; for(n=r, 30, print1(prod(j=1, r, (1-q^(n-j+1))/(1-q^j)), ", ")) \\ G. C. Greubel, May 30 2018
CROSSREFS
Sequence in context: A321555 A321549 A160959 * A069385 A069411 A069437
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset changed by Vincenzo Librandi, Aug 03 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 June 6 14:36 EDT 2024. Contains 373131 sequences. (Running on oeis4.)