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!)
A136396 a(n) = 1 + n*(n+1)*(n^2-n+12)/12. 2
1, 3, 8, 19, 41, 81, 148, 253, 409, 631, 936, 1343, 1873, 2549, 3396, 4441, 5713, 7243, 9064, 11211, 13721, 16633, 19988, 23829, 28201, 33151, 38728, 44983, 51969, 59741, 68356, 77873, 88353, 99859, 112456, 126211, 141193, 157473, 175124, 194221, 214841, 237063, 260968, 286639 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Equals antidiagonal sums of the array A179000.
LINKS
FORMULA
A007318 * [1,2,3,2,0,0,0,...]: Binomial transform of [1, 2, 3, 3, 2, 0, 0, 0, ...].
Narayana transform of [1,2,1,0,0,0,...]: (A001263) * [1, 2, 1, 0, 0, 0, ...].
G.f.: ( -1+2*x-3*x^2+x^3-x^4 ) / (x-1)^5. - R. J. Mathar, Jan 05 2011
EXAMPLE
a(3) = 19 = (1, 3, 3, 1) dot (1, 2, 3, 3) = (1 + 6 + 9 + 3).
a(3) = 19 = (1, 6, 6, 1) dot (1, 2, 1, 0) = (1 + 12 + 6 + 0), where (1, 6, 6, 1) = row 4 of the Narayana triangle (A001263).
MAPLE
A136396 := proc(n) 1+n*(n+1)*(n^2-n+12)/12 ; end proc:
MATHEMATICA
Table[1+n(n+1)(n^2-n+12)/12, {n, 0, 50}] (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {1, 3, 8, 19, 41}, 50] (* Harvey P. Dale, Feb 06 2019 *)
CROSSREFS
Sequence in context: A067332 A082535 A007326 * A006380 A328540 A260547
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Dec 29 2007
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)