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.

A184321 Number of strings of numbers x(i=1..6) in 0..n with sum i^2*x(i)^3 equal to 36*n^3.

This page as a plain text file.
%I A184321 #7 Jun 02 2025 03:45:10
%S A184321 1,2,2,5,5,11,7,18,15,26,37,47,50,63,80,93,112,116,141,169,165,219,
%T A184321 220,259,291,343,358,376,464,527,522,596,621,735,809,781,941,979,1007,
%U A184321 1195,1217,1277,1297,1495,1528,1688,1810,1826,1966,2151,2205,2375,2474,2625
%N A184321 Number of strings of numbers x(i=1..6) in 0..n with sum i^2*x(i)^3 equal to 36*n^3.
%C A184321 Row 6 of A184318
%H A184321 R. H. Hardin, <a href="/A184321/b184321.txt">Table of n, a(n) for n = 1..72</a>
%e A184321 All solutions for n=5
%e A184321 ..2....0....0....0....0
%e A184321 ..5....1....2....0....3
%e A184321 ..2....4....3....0....3
%e A184321 ..1....1....2....0....4
%e A184321 ..4....4....5....0....5
%e A184321 ..4....4....3....5....0
%K A184321 nonn
%O A184321 1,2
%A A184321 _R. H. Hardin_ Jan 10 2011