login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A350468
a(n) = hypergeom([1/2 - n/2, -n/2], [-n], -56).
1
1, 1, 15, 29, 239, 645, 3991, 13021, 68895, 251189, 1215719, 4732365, 21752431, 88005541, 392539575, 1624617149, 7120171199, 29864811285, 129547208071, 547654566061, 2361315479055, 10028479403909, 43086896110679, 183485607765405, 786702153314911, 3355500662030581
OFFSET
0,3
FORMULA
a(n) ~ (1 + sqrt(57))^(n+1) / (sqrt(57) * 2^(n+1)). - Vaclav Kotesovec, Feb 18 2024
MATHEMATICA
Table[HypergeometricPFQ[{1/2 - n/2, -n/2}, {-n}, -56], {n, 0, 30}] (* Vaclav Kotesovec, Feb 18 2024 *)
CROSSREFS
a(n) = A350470(7, n).
Sequence in context: A202512 A014095 A192356 * A196184 A201136 A200896
KEYWORD
nonn
AUTHOR
Peter Luschny, Mar 19 2022
STATUS
approved