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 A103730 #4 Jun 16 2016 23:27:27 %S A103730 3,17,109,203,527,773,1473,3163,3929,6947,9639,11213,14857,21683, %T A103730 30333,33659,45077,53969,58823,75113,87493,108503,141407,160099, %U A103730 170033,191117,202283,225903,322937,355029,407047,425453,525843,547649,616667,691253 %N A103730 Negative of column k=3 sequence of array A103728. %C A103730 The two a(n) formulas, given below, produce natural numbers for all n>=0. %F A103730 a(n)=-A103728(n+3, 3)=-(1 -(p(n+3)-1)*binomial(p(n+3)-1, 3))/p(n+3), with p(n):=A000040(n) (n-th prime). %F A103730 a(n)= -(17 - 17*p(n+3) + 7*p(n+3)^2 - p(n+3)^3)/3! = -sum(A103718(k, m)*p(n+3)^m, m=0..3)/3!. %K A103730 nonn,easy %O A103730 0,1 %A A103730 _Wolfdieter Lang_, Feb 24 2005