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.

A249622 a(n) = number of ways to express A117048(n) as the sum of two positive triangular numbers.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 3, 2, 1, 1, 3, 1, 2, 1, 1, 2, 1, 3, 1, 2, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 1, 4, 1, 3, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 4, 1, 1, 1, 3, 1, 1, 2, 1, 2, 2, 1, 1, 2, 1, 1, 3, 1, 2, 1, 2, 1, 1, 6, 2, 1, 1, 1, 1
Offset: 1

Views

Author

Zak Seidov, Nov 03 2014

Keywords

Examples

			a(6) = 2 because A117048(6) = 31 and 31 = 3 + 28 = 10 + 21 (first case of two-way expression).
a(22) = 3 because A117048(22) = 181 and 181 = A000217(i) + A000217(k), for {i,k} = {{4, 18}, {7, 17}, {9, 16}} (first case of three-way expression): 181 = 10 + 171 = 28 + 153 = 45 + 136.
		

Crossrefs