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.

Showing 1-2 of 2 results.

A108496 a(n) = (n^43 - n)/42.

Original entry on oeis.org

0, 0, 209430786243, 7815642080822311372, 1842172677508006361457030, 27068294695622864223661876860, 68747114771196346634599779308105, 51995580380757061883555053636996008
Offset: 0

Views

Author

Henry Bottomley, Jun 06 2005

Keywords

Comments

Also integer sequences for (n^2-n)/1 (A002378 offset), (n^3-n)/2 (A027480 offset), (n^7-n)/6 (A108495) and (n^1807-n)/1806.

Examples

			a(2) = (2^43 - 2)/42 = 8796093022206/42 = 209430786243.
		

Crossrefs

Programs

Formula

a(n) = (n-1)*A108048(n).

A108498 Triangle read by rows: T(n,k) = sum_i{1<=i<=n} k^i mod n, showing 1<=k<=n.

Original entry on oeis.org

0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 0, 2, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 4, 5, 6, 0, 0, 6, 0, 4, 0, 2, 0, 0, 0, 5, 3, 0, 2, 6, 0, 8, 0, 0, 6, 2, 0, 0, 0, 6, 2, 0, 0, 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 0, 0, 6, 0, 0, 0, 6, 0, 0, 0, 6, 0, 0, 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 0, 0, 6, 12, 6, 2, 0, 0, 0, 6, 12, 6, 2
Offset: 1

Views

Author

Henry Bottomley, Jun 06 2005

Keywords

Examples

			Rows start: 0; 0,0; 0,2,0; 0,2,0,0; 0,2,3,4,0; 0,0,0,0,0,0; 0,2,3,4,5,6,0; etc.
T(7,3) = 3+9+27+81+243+729+2187 mod 7 = 3279 mod 7 = 3.
		

Crossrefs

Formula

T(n, k+n)=T(n, k). T(n, 0)=T(n, 1)=T(n, n)=T(1, k)=T(2, k)=T(6, k)=T(42, k)=T(1806, k)=0. T(p, k)=k for p prime and 1
Showing 1-2 of 2 results.