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!)
A370234 a(n) = hypergeom([-n, 1 + n, 2 + n, -1 - n], [1/2, 1/2, 1], 1/16). Row sums of A370233. 1
1, 4, 24, 143, 881, 5534, 35213, 226238, 1464382, 9534594, 62377881, 409717004, 2700168229, 17845927498, 118238842174, 785086422265, 5222747607607, 34802614713382, 232261844100109, 1552139710253683, 10385180872126402, 69563083672190704, 466425975579323539 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ phi^(4*n+4) / (2^(3/2) * 5^(1/4) * sqrt(Pi*n)), where phi = A001622 is the golden ratio. - Vaclav Kotesovec, Feb 18 2024
MATHEMATICA
Table[HypergeometricPFQ[{-1 - n, -n, 1 + n, 2 + n}, {1/2, 1/2, 1}, 1/16], {n, 0, 25}] (* Vaclav Kotesovec, Feb 18 2024 *)
PROG
(PARI) a(n) = round(hypergeom([-n, 1 + n, 2 + n, -1 - n], [1/2, 1/2, 1], 1/16)); \\ Michel Marcus, Feb 13 2024
CROSSREFS
Cf. A370233.
Sequence in context: A204199 A005319 A155119 * A114169 A121102 A307526
KEYWORD
nonn
AUTHOR
Peter Luschny, Feb 13 2024
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 12 02:10 EDT 2024. Contains 372431 sequences. (Running on oeis4.)