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.

A374409 Number of ways to write n as an ordered sum of a triangular number, a pentagonal number and a hexagonal number.

This page as a plain text file.
%I A374409 #10 Jul 08 2024 08:53:44
%S A374409 1,3,3,2,2,2,4,5,3,2,2,4,5,3,2,4,7,4,3,3,2,7,6,5,2,2,5,4,8,6,5,3,3,6,
%T A374409 6,4,5,7,6,5,3,6,5,8,4,3,7,5,5,4,8,11,6,4,3,5,12,7,6,1,8,7,3,6,4,6,7,
%U A374409 12,6,5,4,9,11,11,4,1,5,8,11,7,6,9,8,4,6,7,10,3,8,4,4,10,8,9,9,11,7,7,8,10,4
%N A374409 Number of ways to write n as an ordered sum of a triangular number, a pentagonal number and a hexagonal number.
%H A374409 Seiichi Manyama, <a href="/A374409/b374409.txt">Table of n, a(n) for n = 0..10000</a>
%F A374409 G.f.: (Sum_{k>=0} x^(k*(k+1)/2)) * (Sum_{k>=0} x^(k*(3*k-1)/2)) * (Sum_{k>=0} x^(k*(2*k-1))).
%Y A374409 Cf. A000217, A000326, A000384, A240088.
%K A374409 nonn
%O A374409 0,2
%A A374409 _Seiichi Manyama_, Jul 08 2024