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!)
A022220 Gaussian binomial coefficients [ n,2 ] for q = 6. 2
1, 43, 1591, 57535, 2072815, 74630671, 2686760143, 96723701071, 3482055254095, 125354001240655, 4512744117222991, 162458788655384143, 5848516394205967951, 210546590207087679055, 7579677247549193442895, 272868380912335185925711 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
FORMULA
G.f.: x^2/((1-x)*(1-6*x)*(1-36*x)).
a(n) = Product_{i=1..2} (6^(n-i+1)-1)/(6^i-1), by definition. - Vincenzo Librandi, Aug 16 2016
MATHEMATICA
Table[QBinomial[n, 2, 6], {n, 2, 20}] (* Vincenzo Librandi, Aug 10 2016 *)
PROG
(Sage) [gaussian_binomial(n, 2, 6) for n in range(2, 17)] # Zerinvary Lajos, May 28 2009
(Magma) r:=2; q:=6; [&*[(1-q^(n-i+1))/(1-q^i): i in [1..r]]: n in [r..20]]; // Vincenzo Librandi, Aug 10 2016
(PARI) r=2; q=6; for(n=r, 30, print1(prod(j=1, r, (1-q^(n-j+1))/(1-q^j)), ", ")) \\ G. C. Greubel, Jun 07 2018
CROSSREFS
Sequence in context: A122575 A014938 A235646 * A297028 A198206 A162881
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Offset changed by Vincenzo Librandi, Aug 10 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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)