cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A111992 Numerators of row sums of array of rationals A038566(n)/A020653(n), n>=2.

Original entry on oeis.org

1, 5, 10, 77, 26, 223, 988, 3909, 748, 55991, 5084, 785633, 124658, 207061, 1096792, 29889983, 1893246, 197698279, 85352744, 154834887, 47589202, 325333835, 1188897016, 7612795845, 5775510652, 183259245573, 33778670612
Offset: 2

Views

Author

Wolfdieter Lang, Sep 12 2005

Keywords

Comments

Denominators are given by A069220.
See the W. Lang link under A038566 for the rationals and more.

Examples

			Rationals a(n)/A038566(n): [1, 5/2, 10/3, 77/12, 26/5, 223/20,
988/105, 3909/280, 748/63, 55991/2520,...]
		

Formula

a(n)=numerator(sum(r(n, k), k=1..phi(n))), with phi(n)=A000010(n) (Euler's totient function) and r(n, k):=A038566(n,k)/A020653(n,k), n>=2, if A020653 is read as an irregular triangle.