Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #6 Mar 19 2014 09:57:40
%S 1,18,162,729,65610,59049,7440174,4782969,430467210,387420489,
%T 76709256822,31381059609,257010878197710,2541865828329,45753584909922,
%U 205891132094649,315013432104812970,16677181699666569
%N Denominator of Bernoulli(n, 1/9).
%H Vincenzo Librandi, <a href="/A158808/b158808.txt">Table of n, a(n) for n = 0..250</a>
%t Table[Denominator[BernoulliB[n, 1/9]], {n, 0, 50}] (* _Vincenzo Librandi_, Mar 19 2014 *)
%Y For numerators see A158807.
%K nonn,frac
%O 0,2
%A _N. J. A. Sloane_, Nov 08 2009