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!)
A022242 Gaussian binomial coefficients [ n,2 ] for q = 8. 2
1, 73, 4745, 304265, 19477641, 1246606473, 79783113865, 5106121684105, 326791806956681, 20914675798619273, 1338539252338766985, 85666512159498155145, 5482656778286418474121, 350890033810959074702473 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
FORMULA
G.f.: x^2/[(1-x)(1-8x)(1-64x)].
a(n) = Product_{i=1..2} (8^(n-i+1)-1)/(8^i-1), by definition. - Vincenzo Librandi, Aug 05 2016
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-8x)(1-64x)), {x, 0, 25}], x] (* Harvey P. Dale, Mar 13 2011 *)
Table[QBinomial[n, 2, 8], {n, 2, 20}] (* Vincenzo Librandi, Aug 05 2016 *)
PROG
(Sage) [gaussian_binomial(n, 2, 8) for n in range(2, 16)] # Zerinvary Lajos, May 28 2009
(Magma) r:=2; 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: A221826 A093273 A183540 * A015260 A089788 A292013
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)