|
Search: id:A051230
|
|
|
| A051230 |
|
Bernoulli number B_{n} has denominator 66. |
|
+0 10
|
|
| 10, 50, 170, 370, 470, 590, 610, 670, 710, 730, 790, 850, 1010, 1070, 1270, 1370, 1390, 1490, 1630, 1670, 1850, 1970, 1990, 2230, 2270, 2290, 2570, 2630, 2690, 2770, 2830, 2890, 2950, 3050, 3070, 3110, 3130, 3170, 3310, 3350, 3470, 3530
(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
|
(PARI) /* define indicator function */ a(n)=local(s); s=0; fordiv(n, d, s+=isprime(d+1)&(d>2)&(d!=10)); !s /* get sequence */ an=vector(45, n, 0); m=0; forstep(n=10, 4000, 10, if(a(n), an[ m++ ]=n)); for(n=1, 42, print1(an[ n ]", "))
|
|
CROSSREFS
|
Cf. A045979, A051222, A051225-A051229. Equals 2*A051229.
Sequence in context: A085444 A102915 A008531 this_sequence A008413 A006542 A086462
Adjacent sequences: A051227 A051228 A051229 this_sequence A051231 A051232 A051233
|
|
KEYWORD
|
nonn,nice,easy
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
More terms from Michael Somos.
|
|
|
Search completed in 0.002 seconds
|