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!)
A090386 Fifth diagonal (m=4) of triangle A084938; a(n) = A084938(n+4,n) = (n^4 + 18*n^3 + 131*n^2 + 426*n)/24. 2
0, 24, 64, 126, 217, 345, 519, 749, 1046, 1422, 1890, 2464, 3159, 3991, 4977, 6135, 7484, 9044, 10836, 12882, 15205, 17829, 20779, 24081, 27762, 31850, 36374, 41364, 46851, 52867, 59445, 66619, 74424, 82896, 92072, 101990, 112689 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A084938(n+4, n) = Sum_{k=0..4} A090238(4, k)*binomial(n, k).
a(0)=0, a(1)=24, a(2)=64, a(3)=126, a(4)=217, a(n)=5*a(n-1)- 10*a(n-2)+ 10*a(n-3)-5*a(n-4)+a(n-5). - Harvey P. Dale, Feb 23 2014
MATHEMATICA
Table[(n^4+18n^3+131n^2+426n)/24, {n, 0, 40}] (* or *) LinearRecurrence[ {5, -10, 10, -5, 1}, {0, 24, 64, 126, 217}, 40] (* Harvey P. Dale, Feb 23 2014 *)
PROG
(Magma) [(n^4+18*n^3+131*n^2+426*n)/24: n in [0..40]]; // Vincenzo Librandi, Feb 24 2014
CROSSREFS
Sequence in context: A045558 A352343 A022761 * A239596 A306132 A118609
KEYWORD
easy,nonn
AUTHOR
Philippe Deléham, Jan 30 2004
EXTENSIONS
Corrected by T. D. Noe, Nov 08 2006
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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)