|
Search: id:A051228
|
|
|
| A051228 |
|
Bernoulli number B_{n} has denominator 42. |
|
+0 1
|
|
| 6, 114, 186, 258, 354, 402, 426, 474, 582, 654, 762, 834, 894, 942, 978, 1002, 1158, 1182, 1194, 1266, 1338, 1362, 1374, 1614, 1842, 1902, 2022, 2094, 2118, 2166, 2274, 2298, 2334, 2406, 2454, 2526, 2598, 2634, 2694, 2742, 2778, 2874, 2922, 2994, 3126
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
From the Von Staudt-Clausen theorem, denominator(B_2n) = product of primes p such that (p-1)|2n.
|
|
REFERENCES
|
B. C. Berndt, Ramanujan's Notebooks Part IV, Springer-Verlag, see p. 75.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=1..1000
Index entries for sequences related to Bernoulli numbers.
|
|
PROGRAM
|
(Perl) @p=(2, 3, 5, 7); @c=(4); $p=7; for($n=6; $n<=3126; $n+=6){while($p<$n+1){$p+=2; next if grep$p%$_==0, @p; push@p, $p; push@c, $p-1; }print"$n, "if!grep$n%$_==0, @c; }print"\n"
|
|
CROSSREFS
|
Cf. A045979, A051222, A051225-A051230.
Sequence in context: A009798 A088668 A066931 this_sequence A059116 A121544 A003425
Adjacent sequences: A051225 A051226 A051227 this_sequence A051229 A051230 A051231
|
|
KEYWORD
|
nonn,nice,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
More terms and Perl program from Hugo van der Sanden (hv(AT)crypt.org)
|
|
|
Search completed in 0.005 seconds
|