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.

A075510 Fifth column of triangle A075497.

This page as a plain text file.
%I A075510 #8 Jan 01 2018 04:22:16
%S A075510 1,30,560,8400,111216,1360800,15790720,176563200,1922176256,
%T A075510 20518417920,215825326080,2244998246400,23153670762496,
%U A075510 237224718704640,2418102840688640,24549985173504000,248464183682727936
%N A075510 Fifth column of triangle A075497.
%C A075510 The e.g.f. given below is Sum_{m=0..4} A075513(5,m)*exp(2*(m+1)*x)/4!.
%F A075510 a(n) = A075497(n+5, 5) = (2^n)*S2(n+5, 5) with S2(n, m) := A008277(n, m) (Stirling2).
%F A075510 a(n) = (2^n - 64*4^n + 486*6^n - 1024*8^n + 625*10^n)/4!.
%F A075510 G.f.: 1/((1-2*x)*(1-4*x)*(1-6*x)*(1-8*x)*(1-10*x)).
%F A075510 E.g.f.: (d^5/dx^5)(((exp(2*x)-1)/2)^5)/5! = (exp(2*x) - 64*exp(4*x) + 486*exp(6*x) - 1024*exp(8*x) + 625*exp(10*x))/4!.
%Y A075510 Cf. A025966, A075511.
%K A075510 nonn,easy
%O A075510 0,2
%A A075510 _Wolfdieter Lang_, Oct 02 2002