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.

A086894 a(n) = (A000522(2*n) + 1)/2.

This page as a plain text file.
%I A086894 #6 Jan 06 2020 12:54:16
%S A086894 1,3,33,979,54801,4932051,651030673,118487582403,28437019776609,
%T A086894 8701728051642211,3306656659624040001,1527675376746306480243,
%U A086894 843276807963961177093873,548129925176574765111017139,414386223433490522423928956721,360516014387136754508818192346851
%N A086894 a(n) = (A000522(2*n) + 1)/2.
%H A086894 Andrew Howroyd, <a href="/A086894/b086894.txt">Table of n, a(n) for n = 0..100</a>
%F A086894 a(n) = (1 + (2*n)!*Sum_{k=0..2*n} 1/k!)/2. - _Andrew Howroyd_, Jan 05 2020
%o A086894 (PARI) a(n)={(1 + sum(k=0, 2*n, (2*n)!/k!))/2} \\ _Andrew Howroyd_, Jan 05 2020
%Y A086894 Cf. A000522.
%K A086894 nonn
%O A086894 0,2
%A A086894 _Vladeta Jovovic_, Aug 22 2003
%E A086894 Terms a(11) and beyond from _Andrew Howroyd_, Jan 05 2020