login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143343 Triangle read by rows, Bernoulli number generator based on the Von Staudt-Clausen theorem by modifying A127093. 4
1, 2, 1, 2, 3, 1, 1, 1, 1, 1, 2, 3, 1, 5, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 5, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 5, 1, 7, 1, 1, 1, 1, 1, 13 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Triangle A138243 has a different arrangement of the same terms in each row.

REFERENCES

Wikipedia (Bernoulli numbers).

FORMULA

To paraphrase Clausen, we first add unity to the divisors of n; equivalent to adding Triangle A000012 (an infinite lower triangular matrix with all 1's); to triangle A127093 (in which rows record the divisors of n). Extract primes from the result, change all nonprimes to 1 and append a column of 1's as the left border.

EXAMPLE

Begin with Triangle A127093:

1;

1, 2;

1, 0, 3;

1, 2, 0, 4;

..in which the divisors of n are recorded in ascending order. To this triangle 1 to each term, then change all nonprimes to 1. Finally, append a column of 1's as the left border; getting:

1;

1, 2;

1, 2, 3;

1, 1, 1, 1;

1, 2, 3, 1, 5;

1, 1, 1, 1, 1, 1;

1, 2, 3, 1, 1, 1, 7;

1, 1, 1, 1, 1, 1, 1, 1;

1, 2, 3, 1, 5, 1, 1, 1, 1;

1, 1, 1, 1, 1, 1, 1, 1, 1, 1;

1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 11;

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1;

1, 2, 3, 1, 5, 1, 7, 1, 1, 1, 1, 1, 13;

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1;

1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1;

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1;

...

Using Clausen's algorithm to obtain the denominators of Bn, we take row products, matching the results to (all rows, A027642, denominators of Bernoulli numbers Bn; or to B_2n, cf. A002445).). Row 6 = (1, 2, 3, 1, 1, 1, 7) so the denominator of B6 = (1*2*3*1*1*1*7) = 42.

In the second part of the Von Staudt-Clausen theorem, we obtain the Bernoulli numbers for n-th row by starting with "1" then subtracting reciprocals of primes in each row. Thus B10 = 5/66 = (1 - 1/2 - 1/3 - 1/11), where the primes in row 10 are (2, 3, 11).

CROSSREFS

Cf. A027642, A002445, A138239, A127093, A000012.

Sequence in context: A167684 A094646 A124448 * A138243 A131796 A131797

Adjacent sequences:  A143340 A143341 A143342 * A143344 A143345 A143346

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson & Mats O. Granvik (qntmpkt(AT)yahoo.com), Aug 09 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 07:41 EST 2012. Contains 205998 sequences.