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.
%I A184318 #7 Nov 29 2024 17:22:31 %S A184318 1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,2,1,1,1,1,2,2,2,2,1,1,1,1,2,2, %T A184318 3,1,1,1,1,2,3,5,6,8,3,1,1,1,1,3,5,16,30,12,3,1,1,1,2,3,11,38,68,69, %U A184318 21,4,1,1,1,1,2,7,50,126,244,230,47,2,1,1,1,2,3,18,69,319,763,1106,662,117,7,1,1 %N A184318 T(n,k) = number of strings of numbers x(i=1..n) in 0..k with sum i^2*x(i)^3 equal to n^2*k^3. %C A184318 Table starts %C A184318 .1..1...1....1....1....1.....1.....1......1......1......1......1.......1 %C A184318 .1..1...1....1....1....1.....1.....1......1......1......1......1.......1 %C A184318 .1..1...1....1....1....1.....1.....1......1......1......1......1.......1 %C A184318 .1..2...1....2....1....2.....1.....2......1......2......1......2.......1 %C A184318 .2..2...2....2....3....3.....3.....2......3......4......4......4.......2 %C A184318 .1..2...2....5....5...11.....7....18.....15.....26.....37.....47......50 %C A184318 .2..3...6...16...38...50....69...139....188....284....336....550.....608 %C A184318 .1..8..30...68..126..319...574..1056...1637...2680...3831...6128....8009 %C A184318 .3.12..69..244..763.1602..3336..7826..12904..23558..36719..62495...93074 %C A184318 .3.21.230.1106.3133.9343.23562.54515.104508.205011.373576.655153.1053794 %H A184318 R. H. Hardin, <a href="/A184318/b184318.txt">Table of n, a(n) for n = 1..264</a> %e A184318 All solutions for n=6 k=5 %e A184318 ..2....0....0....0....0 %e A184318 ..5....1....0....3....2 %e A184318 ..2....4....0....3....3 %e A184318 ..1....1....0....4....2 %e A184318 ..4....4....0....5....5 %e A184318 ..4....4....5....0....3 %Y A184318 Column 1 is A030273. %K A184318 nonn,tabl %O A184318 1,14 %A A184318 _R. H. Hardin_, Jan 10 2011