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.

A022795 Place where n-th 1 occurs in A023133.

Original entry on oeis.org

1, 5, 12, 22, 35, 51, 70, 92, 118, 147, 179, 214, 252, 293, 337, 385, 436, 490, 547, 607, 670, 736, 806, 879, 955, 1034, 1116, 1201, 1289, 1381, 1476, 1574, 1675, 1779, 1886, 1996, 2110, 2227, 2347, 2470, 2596, 2725, 2857, 2993, 3132, 3274
Offset: 1

Views

Author

Keywords

Examples

			a(n) = 1 + Sum_{k=1..n-1} ceiling(r*k) where r=Pi. [_Benoit Cloitre_, Jan 24 2009]
		

Crossrefs

Cf. A023133.

Programs