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”).

A350469
a(n) = hypergeom([1/2 - n/2, -n/2], [-n], -72).
1
1, 1, 19, 37, 379, 1045, 7867, 26677, 168283, 648469, 3677563, 15350005, 81546139, 357846229, 1825676731, 8266908853, 41129090011, 189933449365, 930257069563, 4349059158133, 21093686410267, 99376751256661, 479063106641467, 2267844629261365, 10890980548807771
OFFSET
0,3
FORMULA
a(n) ~ (1 + sqrt(73))^(n+1) / (sqrt(73) * 2^(n+1)). - Vaclav Kotesovec, Feb 18 2024
MATHEMATICA
Table[HypergeometricPFQ[{1/2 - n/2, -n/2}, {-n}, -72], {n, 0, 30}] (* Vaclav Kotesovec, Feb 18 2024 *)
CROSSREFS
a(n) = A350470(9, n).
Sequence in context: A136063 A242979 A244931 * A111441 A144594 A287310
KEYWORD
nonn
AUTHOR
Peter Luschny, Mar 19 2022
STATUS
approved