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!)
A296665 Row sums of A296666. 1
1, 4, 20, 96, 444, 2000, 8840, 38528, 166124, 710256, 3016056, 12736064, 53530840, 224107936, 935062544, 3890018816, 16141765964, 66829954736, 276135664664, 1138932645056, 4690042582664, 19285299964256, 79196366286704, 324835930747136, 1330905207444344 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 4^n*((2*(n + 1)*Gamma(n + 1/2))/(sqrt(Pi)*Gamma(n + 1)) - 1).
a(n) ~ 4^n*((2*n + 7/4)/sqrt(n*Pi) - 1).
MAPLE
a := n -> 4^n*((2*(n + 1)*GAMMA(n + 1/2))/(sqrt(Pi)*GAMMA(n + 1)) - 1);
seq(a(n), n=0..24);
CROSSREFS
Cf. A296666, bisection of A296663.
Sequence in context: A099025 A008353 A250162 * A057087 A151254 A232493
KEYWORD
nonn
AUTHOR
Peter Luschny, Dec 19 2017
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 August 13 02:28 EDT 2024. Contains 375113 sequences. (Running on oeis4.)