A188060 Numerator of 8^(2n-1) |B(2n)| / (2n)!, where B() are the Bernoulli numbers.
8, 128, 4096, 32768, 1048576, 11593056256, 536870912, 7767448354816, 3014517285978112, 191986824837595136, 2733227576976736256, 66530577009460375453696, 5926115612870995607552, 488951148984934932554973184, 7946710949908368748447692488704, 71105936114697022329949662478336
Offset: 1
Keywords
Examples
8/3,128/45,4096/945,32768/4725,...
Programs
-
Maple
f:=n->8^(2*n)*abs(B(2*n))/(2*(2*n)!); [seq(numer(f(n)),n=1..60)];
Extensions
Entry revised by N. J. A. Sloane, Apr 17 2011
Comments