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!)
A022243 Gaussian binomial coefficients [ n,3 ] for q = 8. 1

%I #14 Sep 08 2022 08:44:46

%S 1,585,304265,156087945,79936505481,40928737412745,20955593338439305,

%T 10729268895402608265,5493386001237942388361,

%U 2812613653548502301460105,1440058191955372430686340745,737309794366817196670904616585

%N Gaussian binomial coefficients [ n,3 ] for q = 8.

%H Vincenzo Librandi, <a href="/A022243/b022243.txt">Table of n, a(n) for n = 3..200</a>

%F a(n) = Product_{i=1..3} (8^(n-i+1)-1)/(8^i-1), by definition. - _Vincenzo Librandi_, Aug 05 2016

%t Table[QBinomial[n, 3, 8], {n, 3, 20}] (* _Vincenzo Librandi_, Aug 05 2016 *)

%o (Sage) [gaussian_binomial(n,3,8) for n in range(3,15)] # _Zerinvary Lajos_, May 27 2009

%o (Magma) r:=3; q:=8; [&*[(1-q^(n-i+1))/(1-q^i): i in [1..r]]: n in [r..20]]; // _Vincenzo Librandi_, Aug 05 2016

%K nonn

%O 3,2

%A _N. J. A. Sloane_.

%E Offset changed by _Vincenzo Librandi_, Aug 05 2016

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 23 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)