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.

A095652 Fourth column of Salié-triangle A065547.

This page as a plain text file.
%I A095652 #12 Mar 08 2023 11:48:59
%S A095652 1,-6,55,-736,13573,-330058,10233219,-393999940,18443289777,
%T A095652 -1031520165710,67934648699151,-5203713576558056,458704384454574365,
%U A095652 -46104659405475675026,5241286859201262537563,-669127269362962909934028,95322254316544433430632009
%N A095652 Fourth column of Salié-triangle A065547.
%F A095652 a(n) = A065547(n+3, 3), n>=0.
%t A095652 col = 4; nmax = 16; h[n_, x_] := Sum[c[k]*x^k, {k, 0, n}]; eq[n_] := SolveAlways[h[n, x*(x - 1)] == EulerE[2*n, x], x]; row[n_] := Table[c[k], {k, 0, n}] /. eq[n] // First; A065547 = Table[row[n], {n, 0, nmax + col}]; a[n_] := A065547[[n + col, col]]; Table[a[n], {n, 0, nmax}] (* _Jean-François Alcover_, Oct 02 2013 *)
%Y A095652 Cf. A065547.
%K A095652 sign,easy
%O A095652 0,2
%A A095652 _Wolfdieter Lang_, Jun 11 2004