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.

A174662 Partial sums of A003149.

This page as a plain text file.
%I A174662 #12 Jun 28 2017 19:24:38
%S A174662 1,3,8,24,88,400,2212,14500,110116,951076,9205156,98646436,1159016356,
%T A174662 14808626596,204358994596,3028436306596,47955883346596,
%U A174662 807990334802596,14430691329362596,272302801683794596,5412861968581970596
%N A174662 Partial sums of A003149.
%C A174662 Total resistance of a circuit whose n-th component is between opposite corners of an n-dimensional hypercube of unit resistors, multiplied by n!. The only prime in the sequence is 3. The subsequence of squares begins 1, 400, 9205156 = 2^2 * 37^2 * 41^2.
%F A174662 a(n) = Sum_{i=0..n} Sum_{k=0..i} k!*(i-k)!.
%e A174662 a(5) = 1 + 2 + 5 + 16 + 64 + 312 = 400 = 2^4 * 5^2.
%Y A174662 Cf. A003149, A046825, A046878, A046879, A052186, A006932, A145878.
%K A174662 nonn,easy
%O A174662 0,2
%A A174662 _Jonathan Vos Post_, Nov 30 2010
%E A174662 Offset set to 0 by _Alois P. Heinz_, Jun 28 2017