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!)
A254367 a(n) = 5*2^(n+2) + 2^(2n+2) + 10*3^n + 5^n + 35. 5
70, 126, 294, 846, 2814, 10326, 40614, 168126, 723534, 3208806, 14570934, 67417806, 316645854, 1505245686, 7225414854, 34956689886, 170199537774, 832952952966, 4093454620374, 20184631056366, 99800366967294, 494533989722646, 2454868429675494 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This is the sequence of fifth terms of "fourth partial sums of m-th powers".
LINKS
Luciano Ancora, Demonstration of formulas, page 2.
FORMULA
a(n) = 15*a(n-1)-85*a(n-2)+225*a(n-3)-274*a(n-4)+120*a(n-5). - Colin Barker, Jan 30 2015
G.f.: -2*(2972*x^4-4302*x^3+2177*x^2-462*x+35) / ((x-1)*(2*x-1)*(3*x-1)*(4*x-1)*(5*x-1)). - Colin Barker, Jan 30 2015
MATHEMATICA
Table[5 2^(n + 2) + 2^(2 n + 2) + 10 3^n + 5^n + 35, {n, 0, 30}] (* Vincenzo Librandi, Feb 02 2015 *)
PROG
(PARI) vector(30, n, n--; 5*2^(n+2) + 2^(2*n+2) + 10*3^n + 5^n + 35) \\ Colin Barker, Jan 30 2015
(Magma) [5*2^(n+2)+2^(2*n+2)+10*3^n+5^n+35: n in [0..30]]; // Vincenzo Librandi, Feb 02 2015
CROSSREFS
Sequence in context: A039542 A024748 A024756 * A113928 A160354 A215111
KEYWORD
nonn,easy
AUTHOR
Luciano Ancora, Jan 30 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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)