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.

A103157 Number of ways to choose 4 distinct points from an (n+1) X (n+1) X (n+1) lattice cube.

This page as a plain text file.
%I A103157 #16 Jun 13 2015 00:51:38
%S A103157 70,17550,635376,9691375,88201170,566685735,2829877120,11671285626,
%T A103157 41417124750,130179173740,370215608400,968104633665,2357084537626,
%U A103157 5396491792125,11710951848960,24246290643940,48151733324310,92140804597626,170538695998000,306294282269955
%N A103157 Number of ways to choose 4 distinct points from an (n+1) X (n+1) X (n+1) lattice cube.
%H A103157 T. D. Noe, <a href="/A103157/b103157.txt">Table of n, a(n) for n = 1..1000</a>
%H A103157 <a href="/index/Rec#order_13">Index entries for linear recurrences with constant coefficients</a>, signature (13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1).
%F A103157 a(n) = binomial((n+1)^3, 4).
%F A103157 G.f.: -x*(x^10 + 317*x^9 + 23193*x^8 + 435669*x^7 + 2747685*x^6 + 6738399*x^5 + 6803373*x^4 + 2780367*x^3 + 412686*x^2 + 16640*x + 70)/(x -1)^13. - _Colin Barker_, Nov 16 2012
%Y A103157 Cf. 4-point objects in lattice cube: A103158 tetrahedra, A103656 triangular pyramids, A103657 number of different volumes, A103658 volume=0, A103659, A103660 most frequent volumes, A103661 smallest not occurring volume.
%K A103157 easy,nonn
%O A103157 1,1
%A A103157 _Hugo Pfoertner_, Feb 12 2005