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!)
A072679 a(n) = (3*(n-1)+3)! *(3*(n-1)+6)! *2F2(3*n+1,3*n+4; 4,7; 1)/( 3! *6! *exp(1)), where 2F2(;;) is the generalized hypergeometric series. 1
1, 207775, 566828686621, 9011375448568566265, 545354187810192396620158501, 96830939680123110993863214244502671, 42331916293179268263941025436198550595621985 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
A072679 := proc(n)
(3*(n-1)+3)! *(3*(n-1)+6)! *hypergeom([3*n+1, 3*n+4], [ 4, 7], 1)/( 3! *6! *exp(1)) ;
simplify(%) ;
end proc:
seq(A072679(n), n=1..5) ; # R. J. Mathar, Nov 08 2011
MATHEMATICA
Table[(3*(n-1)+3)! * (3*(n-1)+6)! * HypergeometricPFQ[{3*n+1, 3*n+4}, {4, 7}, 1] /( 3! *6! *E), {n, 1, 20}] (* Vaclav Kotesovec, Jul 05 2018 *)
CROSSREFS
Sequence in context: A092011 A362758 A216900 * A147705 A237971 A282989
KEYWORD
nonn
AUTHOR
Karol A. Penson, Jul 01 2002
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 24 13:08 EDT 2024. Contains 371945 sequences. (Running on oeis4.)