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!)
A083327 a(n) = (5^n - 4^n + 3^n - 2^n)/2. 1
0, 1, 7, 40, 217, 1156, 6097, 31900, 165697, 855076, 4387537, 22404460, 113945377, 577590196, 2919923377, 14729076220, 74167952257, 372944296516, 1873182473617, 9399885079180, 47135702874337, 236224784974036 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Binomial transform of A053154 (with leading zero).
LINKS
FORMULA
G.f.: x(1-7x+13x^2)/((1-2x)(1-3x)(1-4x)(1-5x)).
E.g.f.: exp(5x) - exp(4x) + exp(3x) - exp(2x).
a(n) = 14*a(n-1) - 71*a(n-2) + 154*a(n-3) - 120*a(n-4), n > 3. - Harvey P. Dale, Apr 04 2013
MATHEMATICA
Table[(5^n-4^n+3^n-2^n)/2, {n, 0, 30}] (* or *) LinearRecurrence[{14, -71, 154, -120}, {0, 1, 7, 40}, 30] (* Harvey P. Dale, Apr 04 2013 *)
CROSSREFS
Cf. A083328.
Sequence in context: A081039 A227748 A349594 * A026716 A026782 A099459
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 27 2003
STATUS
approved

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 14 07:09 EDT 2024. Contains 372530 sequences. (Running on oeis4.)