The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A054779 6n*(6n-1)*(6n-2)*(6n-3)*(6n-4)*(6n-5). 0
0, 720, 665280, 13366080, 96909120, 427518000, 1402410240, 3776965920, 8835488640, 18595558800, 36045979200, 65418312960, 112492013760, 184933148400, 292666711680, 448282533600, 667474778880, 969515038800, 1377759015360, 1920186797760, 2629976731200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
R. Tijdeman, Some applications of Diophantine approximation, pp. 261-284 of Surveys in Number Theory (Urbana, May 21, 2000), ed. M. A. Bennett et al., Peters, 2003.
LINKS
FORMULA
a(n)= A053625(6n)=(6n)!/(6(n-1))!.
Sum_{n>0} 1/a(n) = (192*log 2 - 81*log 3 - 7*Pi*sqrt 3)/4320 (cf. Tijdeman).
G.f.: -720*x*(462*x^5+9142*x^4+24017*x^3+12117*x^2+917*x+1) / (x-1)^7. - Colin Barker, Sep 13 2014
MATHEMATICA
Table[Times@@(6n-Range[0, 5]), {n, 0, 20}] (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {0, 720, 665280, 13366080, 96909120, 427518000, 1402410240}, 30] (* Harvey P. Dale, Nov 24 2015 *)
PROG
(PARI) concat(0, Vec(-720*x*(462*x^5+9142*x^4+24017*x^3+12117*x^2+917*x+1)/(x-1)^7 + O(x^100))) \\ Colin Barker, Sep 13 2014
CROSSREFS
Sequence in context: A222158 A145093 A221621 * A030185 A227668 A010799
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, May 19 2000
EXTENSIONS
More terms from Colin Barker, Sep 13 2014
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 14 01:33 EDT 2024. Contains 372528 sequences. (Running on oeis4.)