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!)
A255006 a(n) is the numerator of polygamma(2n+1, 1) / Pi^(2n+2). 3

%I #7 Feb 12 2015 08:15:26

%S 1,1,8,8,128,176896,2048,3703808,1437433856,11443306496,40728264704,

%T 123922856542208,5519125250048,56921405366730752,

%U 231279728174802403328,258681888643685023744,325620148558310146048,113023230705723814256110993408

%N a(n) is the numerator of polygamma(2n+1, 1) / Pi^(2n+2).

%H Eric Weisstein's MathWorld, <a href="http://mathworld.wolfram.com/PolygammaFunction.html">Polygamma Function</a>.

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Polygamma_function">Polygamma Function</a>.

%e Polygamma values {Pi^2/6, Pi^4/15, 8*Pi^6/63, 8*Pi^8/15, 128*Pi^10/33, ...} give numerators {1, 1, 8, 8, 128, ...} and denominators {6, 15, 63, 15, 33, ...}.

%t a[n_] := PolyGamma[2n+1, 1] / Pi^(2n+2) // Numerator; Table[a[n], {n, 0, 20}]

%Y Cf. A255007 (denominators).

%K nonn,frac,easy

%O 0,3

%A _Jean-François Alcover_, Feb 12 2015

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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)