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!)
A004395 Ratios of successive terms are 1,1,2,3,3,4,5,5,6,7,7,... 2
1, 1, 1, 2, 6, 18, 72, 360, 1800, 10800, 75600, 529200, 4233600, 38102400, 342921600, 3429216000, 37721376000, 414935136000, 4979221632000, 64729881216000, 841488455808000, 11780838381312000, 176712575719680000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: hypergeom([1/2, 1/2, 1, 1], [], 8*x^3) + x*hypergeom([1/2, 1, 1, 3/2], [], 8*x^3) + x^2*hypergeom([1, 1, 3/2, 3/2], [], 8*x^3). - Robert Israel, Aug 05 2020
MAPLE
G:=hypergeom([1/2, 1/2, 1, 1], [], 8*x^3) + x*hypergeom([1/2, 1, 1, 3/2], [], 8*x^3) + x^2*hypergeom([1, 1, 3/2, 3/2], [], 8*x^3):
S:= series(G, x, 41):
seq(coeff(S, x, n), n=0..40); # Robert Israel, Aug 05 2020
CROSSREFS
a(n+1) = a(n) * A004396(n).
Sequence in context: A364849 A194088 A022491 * A277862 A213427 A006388
KEYWORD
nonn
AUTHOR
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 21:33 EDT 2024. Contains 372533 sequences. (Running on oeis4.)