OFFSET
0,2
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..500
D. R. L. Brown, Bounds on surmising remixed keys, IACR, Report 2015/375, 2015-2016. See Table 1.
FORMULA
E.g.f.: Sum_{j>=0} (exp(x)^3 - (Sum_{i=0..j} x^i/i!)^3). - Andrew Howroyd, Aug 09 2025
PROG
(PARI) seq(n)={Vec(serlaplace(sum(j=0, n, exp(3*x + O(x*x^n)) - sum(i=0, j, x^i/i!, O(x*x^n))^3)), -n-1)} \\ Andrew Howroyd, Aug 09 2025
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 01 2016
EXTENSIONS
a(6) onwards from Andrew Howroyd, Aug 09 2025
STATUS
approved
