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.

A336605 a(n) is the number of partitions of the n-th tetrahedral number (A000292).

This page as a plain text file.
%I A336605 #32 Sep 26 2020 11:10:42
%S A336605 1,1,5,42,627,14883,526823,26543660,1844349560,172389800255,
%T A336605 21248279009367,3397584011986773,695143713458946040,
%U A336605 179855916453958267598,58248417552751868050007,23402165235974892374954302,11571309261543787320061392679
%N A336605 a(n) is the number of partitions of the n-th tetrahedral number (A000292).
%F A336605 a(n) = p(n*(n+1)*(n+2)/6).
%F A336605 a(n) = A000041(A000292(n)).
%o A336605 (PARI) a(n) = numbpart(n*(n+1)*(n+2)/6); \\ _Michel Marcus_, Sep 14 2020
%Y A336605 Cf. A000041, A000292, A066655.
%K A336605 nonn
%O A336605 0,3
%A A336605 _Robert Bilinski_, Sep 13 2020