A219196 A subsequence of the denominators of the Bernoulli numbers: a(n) = A027642(A131577(n)).
1, 2, 6, 30, 30, 510, 510, 510, 510, 131070, 131070, 131070, 131070, 131070, 131070, 131070, 131070, 8589934590, 8589934590, 8589934590, 8589934590, 8589934590, 8589934590, 8589934590, 8589934590, 8589934590, 8589934590, 8589934590, 8589934590, 8589934590, 8589934590
Offset: 0
Keywords
Links
- Eric Weisstein's World of Mathematics, von Staudt-Clausen Theorem
Programs
-
Mathematica
a[n_] := a[n] = Times @@ Select[ Divisors[2^(n-1)] + 1, PrimeQ]; a[0] = 1; Table[a[n], {n, 0, 20}] (* Jean-François Alcover, Dec 07 2012 *)
-
PARI
a(n) = denominator(bernfrac(1<
Michel Marcus, Aug 14 2013
Extensions
Extended up to a(20) by Jean-François Alcover, Dec 07 2012
More terms from Michel Marcus, Sep 27 2015
Comments