login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A290314 Fifth diagonal sequence of the Sheffer triangle A094816 (special Charlier). 2

%I #10 Aug 03 2017 05:49:24

%S 1,89,814,4179,15659,47775,125853,296703,641058,1290718,2451449,

%T 4432792,7686042,12851762,20818302,32792898,50387031,75717831,

%U 111527416,161322161,229533997,321705945,444704195,606959145,818737920,1092450996,1442995659,1888139134,2448944324,3150241204,4021147020,5095638548

%N Fifth diagonal sequence of the Sheffer triangle A094816 (special Charlier).

%C See A094816 and A290311.

%H Colin Barker, <a href="/A290314/b290314.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (9,-36,84,-126,126,-84,36,-9,1).

%F O.g.f.: (1 + 80*x + 49*x^2 - 27*x^3 + 2*x^4)/(1-x)^9.

%F E.g.f: exp(x)*(1 + 88*x + 637*x^2/2! + 2003*x^3/3! + 3472*x^4/4! + 3574*x^5/5! + 2185*x^6/6! + 735*x^7/7! + 105*x^8/8!).

%F From _Colin Barker_, Jul 29 2017: (Start)

%F a(n) = (5760 + 67248*n + 158180*n^2 + 161700*n^3 + 87695*n^4 + 26952*n^5 + 4670*n^6 + 420*n^7 + 15*n^8) / 5760.

%F a(n) = 9*a(n-1) - 36*a(n-2) + 84*a(n-3) - 126*a(n-4) + 126*a(n-5) - 84*a(n-6) + 36*a(n-7) - 9*a(n-8) + a(n-9) for n>8.

%F (End)

%o (PARI) Vec((1 + 80*x + 49*x^2 - 27*x^3 + 2*x^4) / (1 - x)^9 + O(x^50)) \\ _Colin Barker_, Jul 29 2017

%Y Cf. A094816, A290311, A290312, A290313.

%K nonn,easy

%O 0,2

%A _Wolfdieter Lang_, Jul 28 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)