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!)
A299845 a(n) = hypergeom([-n, n - 1], [1], -4). 3
1, 1, 25, 425, 7025, 116625, 1951625, 32903225, 558265825, 9522632225, 163160773625, 2806202183625, 48420275891025, 837813745045425, 14531896733426025, 252593595973313625, 4398859688478578625, 76733590756134492225, 1340547988367851940825, 23451231922182584693225 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
4*n*(n-2)^2*a(n)+4*(n-1)^2*(n-3)*a(n-2)-4*(2*n-3)*(9*n^2-27*n+17)*a(n-1)=0. - Robert Israel, Mar 21 2018
a(n) ~ 2^(-3/2) * 5^(3/4) * phi^(6*n - 3) / sqrt(Pi*n), where phi = A001622 = (1 + sqrt(5))/2 is the golden ratio. - Vaclav Kotesovec, Jul 05 2018
MAPLE
f:= gfun:-rectoproc({4*n*(n-2)^2*a(n)+4*(n-1)^2*(n-3)*a(n-2)-4*(2*n-3)*(9*n^2-27*n+17)*a(n-1)=0,
a(0)=1, a(1)=1, a(2)=25}, a(n), remember):
map(f, [$0..100]); # Robert Israel, Mar 21 2018
MATHEMATICA
a[n_] := Hypergeometric2F1[-n, n - 1, 1, -4]; Table[a[n], {n, 0, 19}]
CROSSREFS
Sequence in context: A020593 A025951 A021944 * A020499 A226712 A020577
KEYWORD
nonn
AUTHOR
Peter Luschny, Mar 16 2018
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)