Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A051225
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A051225 Bernoulli number B_{2n} has denominator 30. +0
10
2, 4, 34, 38, 62, 76, 94, 118, 122, 124, 142, 188, 202, 206, 214, 218, 236, 244, 274, 298, 302, 314, 334, 362, 394, 412, 422, 436, 446, 454, 458, 482, 514, 526, 538, 542, 566, 578, 604, 622, 626, 628, 634, 662, 668, 674, 694, 698, 706, 722, 724, 734, 758 (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.

G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers, 5th ed., Oxford Univ. Press, 1979, Th. 118.

H. Rademacher, Topics in Analytic Number Theory, Springer, 1973, Chap. 1.

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); $p=5; for($n=4; $n<=1516; $n+=4){while($p<$n+1){$p+=2; next if grep$p%$_==0, @p; push@p, $p; push@c, $p-1; }print$n/2, ", "if!grep$n%$_==0, @c; }print"\n"

CROSSREFS

Cf. A045979, A051222, A051226-A051230.

Sequence in context: A073888 A114642 A099433 this_sequence A103625 A006989 A132529

Adjacent sequences: A051222 A051223 A051224 this_sequence A051226 A051227 A051228

KEYWORD

nonn,nice,easy

AUTHOR

njas

EXTENSIONS

More terms and Perl program from Hugo van der Sanden (hv(AT)crypt.org)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 7 15:23 EDT 2008. Contains 143483 sequences.


AT&T Labs Research