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
1, 585, 304265, 156087945, 79936505481, 40928737412745, 20955593338439305, 10729268895402608265, 5493386001237942388361, 2812613653548502301460105, 1440058191955372430686340745, 737309794366817196670904616585 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
LINKS
FORMULA
a(n) = Product_{i=1..3} (8^(n-i+1)-1)/(8^i-1), by definition. - Vincenzo Librandi, Aug 05 2016
MATHEMATICA
Table[QBinomial[n, 3, 8], {n, 3, 20}] (* Vincenzo Librandi, Aug 05 2016 *)
PROG
(Sage) [gaussian_binomial(n, 3, 8) for n in range(3, 15)] # Zerinvary Lajos, May 27 2009
(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
CROSSREFS
Sequence in context: A024380 A258331 A352979 * A217446 A369861 A171436
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset changed by Vincenzo Librandi, Aug 05 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 April 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)