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.

A099906 a(n) = binomial(2n-1,n-1) mod n^2.

Original entry on oeis.org

0, 3, 1, 3, 1, 30, 1, 35, 10, 78, 1, 62, 1, 52, 135, 35, 1, 138, 1, 10, 402, 124, 1, 270, 126, 172, 253, 476, 1, 812, 1, 291, 978, 870, 616, 674, 1, 364, 10, 410, 1, 756, 1, 1124, 1260, 532, 1, 1422, 1716, 1128, 2322, 1556, 1, 1920, 1941, 2172, 1815, 844, 1, 3528, 1, 964
Offset: 1

Views

Author

Henry Bottomley, Oct 29 2004

Keywords

Comments

For odd primes p, Charles Babbage showed in 1819 that a(p) = 1.

Examples

			a(11) = binomial(21,10) mod 11^2 = 352716 mod 121 = 1.
		

Crossrefs

Programs