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.

A306629 Square array A(n,k), n>=0, k>=0, read by antidiagonals, where column k is the expansion of 1/(Sum_{j>=0} (j!)^k * x^j).

This page as a plain text file.
%I A306629 #19 Mar 05 2019 01:53:38
%S A306629 1,1,-1,1,-1,0,1,-1,-1,0,1,-1,-3,-3,0,1,-1,-7,-29,-13,0,1,-1,-15,-201,
%T A306629 -499,-71,0,1,-1,-31,-1265,-13351,-13101,-461,0,1,-1,-63,-7713,
%U A306629 -328975,-1697705,-486131,-3447,0,1,-1,-127,-46529,-7946143,-206659569,-369575303,-24266797,-29093,0
%N A306629 Square array A(n,k), n>=0, k>=0, read by antidiagonals, where column k is the expansion of 1/(Sum_{j>=0} (j!)^k * x^j).
%H A306629 Seiichi Manyama, <a href="/A306629/b306629.txt">Antidiagonals n = 0..59, flattened</a>
%F A306629 A(0,k) = 1 and A(n,k) = -Sum_{j=1..n} (j!)^k * A(n-j,k) for n > 0.
%e A306629 Square array begins:
%e A306629     1,    1,       1,          1,             1, ...
%e A306629    -1,   -1,      -1,         -1,            -1, ...
%e A306629     0,   -1,      -3,         -7,           -15, ...
%e A306629     0,   -3,     -29,       -201,         -1265, ...
%e A306629     0,  -13,    -499,     -13351,       -328975, ...
%e A306629     0,  -71,  -13101,   -1697705,    -206659569, ...
%e A306629     0, -461, -486131, -369575303, -268312660751, ...
%Y A306629 Columns 1-3 give A167894, A113871, A316862.
%Y A306629 Rows 0-2 give A000012, (-1)*A000012, (-1)*A000225.
%Y A306629 Main diagonal gives A306630.
%K A306629 sign,tabl
%O A306629 0,13
%A A306629 _Seiichi Manyama_, Mar 02 2019