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.

A294106 Sum of products of terms in all partitions of 3*n into distinct powers of 3.

Original entry on oeis.org

1, 3, 0, 9, 27, 0, 0, 0, 0, 27, 81, 0, 243, 729, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 243, 0, 729, 2187, 0, 0, 0, 0, 2187, 6561, 0, 19683, 59049, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Seiichi Manyama, Oct 28 2017

Keywords

Examples

			n | partitions of 3*n into distinct powers of 3 | a(n)
------------------------------------------------------
1 | 3                                           |  3
2 |                                             |  0
3 | 9                                           |  9
4 | 9 + 3                                       | 27
		

Crossrefs