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 A176473 #2 Mar 30 2012 17:31:29 %S A176473 0,1,2,5,24,121,600,5039,40320,302401,3659040,39916799,399168000, %T A176473 6227020801,87160993920,1100625926399,20922789888000,355687428096001, %U A176473 5335329064665600,121645100408831999,2453176191578112000 %N A176473 The coefficients (times n!) of the expansion of the sum {k=1 to Inf.} of Sin(x^n). %t A176473 Range[0, 25]! CoefficientList[ Series[ Sum[ Sin[x^n], {n, 35}], {x, 0, 25}], x] %Y A176473 Cf. A176474, A176475. %K A176473 nonn %O A176473 1,3 %A A176473 _Robert G. Wilson v_, Apr 18 2010