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!)
A185401 a(n) = (7^n/n!^2) * Product_{k=0..n-1} (14k+2)*(14k+5). 3
1, 70, 37240, 28674800, 25943525300, 25700693903192, 26985728598351600, 29506966670254735200, 33241442139458850123750, 38316302306082901242642500, 44974142994787866162564060800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Self-convolution yields Sum_{k=0..n} a(n-k)*a(k) = A185402(n) where A185402(n) = C(2n,n) * (7^n/n!^2) * Product_{k=0..n-1} (7k+2)*(7k+5).
a(n) ~ 2^(2*n) * 7^(3*n) / (Gamma(1/7) * Gamma(5/14) * n^(3/2)). - Vaclav Kotesovec, Nov 19 2023
EXAMPLE
G.f.: A(x) = 1 + 70*x + 37240*x^2 + 28674800*x^3 +...
A(x)^2 = 1 + 140*x + 79380*x^2 + 62563200*x^3 +...+ A185402(n)*x^n +...
MATHEMATICA
Table[(7^n/(n!)^2)*Product[(14*k + 2)*(14*k + 5), {k, 0, n - 1}], {n, 0, 50}] (* G. C. Greubel, Jun 29 2017 *)
PROG
(PARI) {a(n)=(7^n/n!^2)*prod(k=0, n-1, (14*k+2)*(14*k+5))}
CROSSREFS
Sequence in context: A177657 A177676 A014608 * A172555 A367532 A263590
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 25 2011
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)