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.

A294461 E.g.f.: exp(-Sum_{n>=1} A050999(n) * x^n).

This page as a plain text file.
%I A294461 #14 Oct 31 2017 13:32:33
%S A294461 1,-1,-1,-55,217,-2441,41911,-343519,10531025,-123024817,2722259791,
%T A294461 -64395229031,1218005521129,-36874422541945,785879799954887,
%U A294461 -25331247487596751,708096286059632161,-21422225147712360929,741754828422824400415
%N A294461 E.g.f.: exp(-Sum_{n>=1} A050999(n) * x^n).
%H A294461 Seiichi Manyama, <a href="/A294461/b294461.txt">Table of n, a(n) for n = 0..424</a>
%F A294461 a(0) = 1 and a(n) = (-1) * (n-1)! * Sum_{k=1..n} k*A050999(k)*a(n-k)/(n-k)! for n > 0.
%o A294461 (PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(-sum(k=1, N, sumdiv(k, d, d^2*(d%2))*x^k))))
%Y A294461 E.g.f.: exp(-Sum_{n>=1} (Sum_{d|n and d is odd} d^k) * x^n): A294459 (k=0), A294460 (k=1), this sequence (k=2).
%Y A294461 Cf. A050999, A285069, A294395.
%K A294461 sign
%O A294461 0,4
%A A294461 _Seiichi Manyama_, Oct 31 2017