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.

A160194 Numerator of Hermite(n, 9/28).

This page as a plain text file.
%I A160194 #14 Sep 08 2022 08:45:44
%S A160194 1,9,-311,-9855,277041,17946009,-381486279,-45642389679,636016842465,
%T A160194 148858685615529,-904139249676759,-591663300859964511,
%U A160194 -1426321263133495791,2770347275877071597625,32201658639821938929561,-14913850922254971477399951,-323570411102447744202418239
%N A160194 Numerator of Hermite(n, 9/28).
%H A160194 G. C. Greubel, <a href="/A160194/b160194.txt">Table of n, a(n) for n = 0..417</a>
%F A160194 From _G. C. Greubel_, Jul 12 2018: (Start)
%F A160194 a(n) = 14^n * Hermite(n, 9/28).
%F A160194 E.g.f.: exp(9*x - 196*x^2).
%F A160194 a(n) = numerator(Sum_{k=0..floor(n/2)} (-1)^k*n!*(9/14)^(n-2*k)/(k!*(n-2*k)!)). (End)
%e A160194 Numerators of 1, 9/14, -311/196, -9855/2744, 277041/38416, ...
%t A160194 Numerator[Table[HermiteH[n, 9/28], {n, 0, 30}]] (* or *) Table[14^n* HermiteH[n, 9/28], {n,0,30}] (* _G. C. Greubel_, Jul 12 2018 *)
%o A160194 (PARI) a(n)=numerator(polhermite(n, 9/28)) \\ _Charles R Greathouse IV_, Jan 29 2016
%o A160194 (Magma) [Numerator((&+[(-1)^k*Factorial(n)*(9/14)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // _G. C. Greubel_, Jul 12 2018
%Y A160194 Cf. A001023 (denominators).
%K A160194 sign,frac
%O A160194 0,2
%A A160194 _N. J. A. Sloane_, Nov 12 2009