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!)
A216703 a(n) = Product_{k=1..n} (49 - 7/k). 7
1, 42, 1911, 89180, 4213755, 200574738, 9594158301, 460519598448, 22162505675310, 1068725273676060, 51619430718553698, 2496503376570051576, 120872371815599997138, 5857661095679076784380, 284096563140435224042430, 13788153197749122873525936 (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(49-7/k, k=1.. n), n=0..20);
seq((7^n/n!)*product(7*k+6, k=0.. n-1), n=0..20);
CROSSREFS
Sequence in context: A009986 A041841 A236270 * A258393 A187365 A294978
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 April 18 11:02 EDT 2024. Contains 371779 sequences. (Running on oeis4.)