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!)
A216705 a(n) = Product_{k=1..n} (81 - 9/k). 5
1, 72, 5508, 429624, 33832890, 2679564888, 213025408596, 16981168285224, 1356370816782267, 108509665342581360, 8691624193940766936, 696910230823250585232, 55927046023565859464868, 4491372003738673637024784, 360913821729000560118063000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
This sequence is generalizable: Product_{k=1..n} (q^2 - q/k) = (q^n/n!) * Product_{k=0..n-1} (q*k + q-1) = expansion of (1- x*q^2)^((1-q)/q).
LINKS
MAPLE
seq(product(81-9/k, k=1.. n), n=0..20);
seq((9^n/n!)*product(9*k+8, k=0.. n-1), n=0..20);
MATHEMATICA
Table[Product[81-9/k, {k, n}], {n, 0, 20}] (* Harvey P. Dale, Jul 20 2021 *)
CROSSREFS
Sequence in context: A103861 A358117 A358116 * A223148 A289368 A334357
KEYWORD
nonn
AUTHOR
Michel Lagneau, Sep 16 2012
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 May 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)