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!)
A077595 Numerator of integral from 0 to 1 of (1 + x^2)^n, in lowest terms. 2

%I #15 Mar 26 2020 06:20:13

%S 1,4,28,96,1328,4672,33472,121856,3597056,13417472,33655808,127508480,

%T 5829259264,22308732928,171393728512,660468137984,40831182635008,

%U 22589996269568,175323994652672,681560447647744,10614717931323392

%N Numerator of integral from 0 to 1 of (1 + x^2)^n, in lowest terms.

%e For n=3 the integral is 96/35, so a(3) = 96.

%t a[n_] := Numerator[Integrate[(1 + x x)^n, {x, 0, 1}]]

%t a[n_] := Hypergeometric2F1[-n, 1/2, 3/2, -1]

%t Table[Numerator[a[n]], {n, 0, 20}] (* _Gerry Martens_, Aug 09 2015 *)

%o (PARI) {a(n) = if( n<0, 0, numerator( subst( intformal((1 + x^2)^n), x, 1)))}

%Y Cf. A076729.

%K nonn

%O 0,2

%A _Michael Somos_, Nov 06 2002

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 3 23:22 EDT 2024. Contains 372225 sequences. (Running on oeis4.)