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.

A086897 a(n) = 1/5!*(A000522(5*n)+10*A000522(3*n)+20*A000522(2*n)+45*A000522(n)+44).

This page as a plain text file.
%I A086897 #6 Jan 27 2020 18:48:49
%S A086897 1,6,82377,29621978134,55110944435590737,351365336651946711055926,
%T A086897 6008600239785614025435195490441,
%U A086897 234070069565049957790986633184065559782,18482397400123127114222085701577635920656730209,2709724243821243799193362741406845754919489407774774182
%N A086897 a(n) = 1/5!*(A000522(5*n)+10*A000522(3*n)+20*A000522(2*n)+45*A000522(n)+44).
%H A086897 Andrew Howroyd, <a href="/A086897/b086897.txt">Table of n, a(n) for n = 0..50</a>
%o A086897 (PARI) \\ here b(n) is A000522(n).
%o A086897 b(n)={sum(k=0, n, binomial(n, k)*k!)}
%o A086897 a(n)={(b(5*n) + 10*b(3*n) + 20*b(2*n) + 45*b(n) + 44) / 120} \\ _Andrew Howroyd_, Jan 27 2020
%Y A086897 Cf. A000522, A008290.
%K A086897 nonn
%O A086897 0,2
%A A086897 _Vladeta Jovovic_, Aug 22 2003
%E A086897 Terms a(8) and beyond from _Andrew Howroyd_, Jan 27 2020