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!)
A358695 a(n) = numerator( Sum_{k=0..n} (-1)^k * binomial(1/2, k)^2 * binomial(n, k) ). 0
1, 3, 33, 75, 1305, -8253, -340711, -2173509, -758532375, -3823240245, -73518428511, -342444310533, -24952606638687, -111735599023125, -1975318542049815, -8639356601706213, -9590905885722547959, -41296955508208952901, -707029904720030040775, -3010762771187568788685 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = numerator(hypergeometric([-1/2, -1/2, -n], [1, 1], 1)).
a(n) = numerator(A358113(n) / 16^n). - Andrey Zabolotskiy, Dec 08 2022
MAPLE
a := n -> numer(simplify(hypergeom([-1/2, -1/2, -n], [1, 1], 1))):
seq(a(n), n = 0..19);
MATHEMATICA
a[n_] := Numerator[HypergeometricPFQ[{-1/2, -1/2, -n}, {1, 1}, 1]]; Array[a, 20, 0] (* Amiram Eldar, Dec 08 2022 *)
CROSSREFS
Cf. A056982 (denominators), A260832, A358113.
Sequence in context: A282039 A186680 A139222 * A123049 A153783 A048911
KEYWORD
sign,frac
AUTHOR
Peter Luschny, Dec 08 2022
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 22 06:48 EDT 2024. Contains 372743 sequences. (Running on oeis4.)