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.

A033618 Number of ways n-th repdigit number, A010785(n), can be expressed as a polygonal number.

Original entry on oeis.org

2, 2, 2, 2, 3, 2, 2, 3, 2, 3, 3, 2, 4, 5, 2, 3, 3, 4, 3, 4, 3, 4, 5, 3, 3, 3, 3, 2, 3, 3, 3, 6, 3, 2, 3, 2, 3, 3, 3, 3, 4, 2, 3, 3, 7, 3, 4, 3, 4, 5, 4, 3, 4, 2, 2, 3, 3, 3, 4, 3, 3, 3, 3, 4, 3, 2, 3, 6, 2, 3, 3
Offset: 2

Views

Author

Keywords

Examples

			The n-th k-sided polygonal number is P(n,k)=n((k-2)n+4-k)/2 (k >= 2, n >= 1). For each repdigit number R>=2, sequence gives number of (n,k) such that P(n,k)=R.