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!)
A216706 a(n) = Product_{k=1..n} (100 - 10/k). 3
1, 90, 8550, 826500, 80583750, 7897207500, 776558737500, 76546504125000, 7558967282343750, 747497875698437500, 74002289694145312500, 7332954160601671875000, 727184620926332460937500, 72159089307305298046875000, 7164366724082454591796875000 (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(100-10/k, k=1.. n), n=0..20);
seq((10^n/n!)*product(10*k+9, k=0.. n-1), n=0..20);
CROSSREFS
Sequence in context: A089513 A239044 A112004 * A166822 A166804 A116273
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 August 31 22:14 EDT 2024. Contains 375574 sequences. (Running on oeis4.)