The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A091347 a(n) = 6*4^n - 12*3^n + 7*2^n - 1. 3

%I #9 Jun 17 2023 07:35:28

%S 0,1,15,115,675,3451,16275,72955,316275,1340251,5590035,23054395,

%T 94314675,383578651,1553331795,6270493435,25253701875,101530450651,

%U 407669649555,1635323974075,6555235693875,26262769508251,105176572911315,421082805640315,1685460823266675,6745232212623451

%N a(n) = 6*4^n - 12*3^n + 7*2^n - 1.

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (10, -35, 50, -24).

%F a(n) = Sum_{i=1..n} i!*i^3*Stirling2(n, i)*(-1)^(n-i).

%t Table[6*4^n - 12*3^n + 7*2^n - 1, {n, 0, 25}]

%o (PARI) a(n) = sum(i=1, n, i!*i^3*stirling(n, i, 2)*(-1)^(n-i)); \\ _Michel Marcus_, Oct 21 2022

%Y Cf. A091344, A091348.

%K easy,nonn

%O 0,3

%A Mario Catalani (mario.catalani(AT)unito.it), Jan 03 2004

%E More terms from _Michel Marcus_, Oct 21 2022

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 May 20 11:25 EDT 2024. Contains 372712 sequences. (Running on oeis4.)