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!)
A254366 a(n) = 4^n + 10*2^n + 4*3^n + 20. 5
35, 56, 112, 272, 760, 2336, 7672, 26432, 94360, 346016, 1295032, 4923392, 18943960, 73568096, 287731192, 1131465152, 4467809560, 17697740576, 70271780152, 279532195712, 1113469251160, 4439908895456, 17717752225912, 70745400779072, 282604862628760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This is the sequence of fourth terms of "fourth partial sums of m-th powers".
LINKS
Luciano Ancora, Demonstration of formulas, page 2.
FORMULA
G.f.: -(638*x^3-777*x^2+294*x-35) / ((x-1)*(2*x-1)*(3*x-1)*(4*x-1)). - Colin Barker, Jan 30 2015
a(n) = 10*a(n-1)-35*a(n-2)+50*a(n-3)-24*a(n-4). - Colin Barker, Jan 30 2015
MATHEMATICA
Table[4^n + 10*2^n + 4*3^n + 20, {n, 0, 28}] (* Michael De Vlieger, Jan 30 2015 *)
PROG
(PARI) vector(30, n, n--; 4^n + 10*2^n + 4*3^n + 20) \\ Colin Barker, Jan 30 2015
CROSSREFS
Sequence in context: A355814 A090877 A048033 * A242291 A078819 A189554
KEYWORD
nonn,easy
AUTHOR
Luciano Ancora, Jan 29 2015
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 April 24 07:17 EDT 2024. Contains 371920 sequences. (Running on oeis4.)