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!)
A022254 Gaussian binomial coefficients [ n,3 ] for q = 9. 1
1, 820, 605242, 441826660, 322140667123, 234844517989720, 171201975319325044, 124806266065883690200, 90983770072735012966405, 66327168553990994916016300, 48352505889707776105242586606, 35248976794718684386485952344220 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
LINKS
FORMULA
a(n) = Product_{i=1..3} (9^(n-i+1)-1)/(9^i-1), by definition. - Vincenzo Librandi, Aug 04 2016
MATHEMATICA
Table[QBinomial[n, 3, 9], {n, 3, 20}] (* Vincenzo Librandi, Aug 04 2016 *)
PROG
(Sage) [gaussian_binomial(n, 3, 9) for n in range(3, 15)] # Zerinvary Lajos, May 27 2009
(Magma) r:=3; q:=9; [&*[(1-q^(n-i+1))/(1-q^i): i in [1..r]]: n in [r..20]]; // Vincenzo Librandi, Aug 04 2016
CROSSREFS
Sequence in context: A038489 A210150 A230784 * A095964 A342064 A020368
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset changed by Vincenzo Librandi, Aug 04 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 24 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)