Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A051747
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A051747 a(n)=(1/120)*n*(n+1)*(n+2)*(n^2+7*n+32). +0
4
2, 10, 31, 76, 161, 308, 546, 912, 1452, 2222, 3289, 4732, 6643, 9128, 12308, 16320, 21318, 27474, 34979, 44044, 54901, 67804, 83030, 100880, 121680, 145782, 173565, 205436, 241831, 283216, 330088, 382976, 442442, 509082, 583527, 666444, 758537 (list; graph; listen)
OFFSET

1,1

FORMULA

a(n)=binomial(n+4, n-1)+binomial(n+2, n-1)

Convolution of triangular numbers with triangular numbers + 1, i.e. [1, 3, 6, 10, 15, 21, ...] with [2, 4, 7, 11, 16, 22, ...]

PROGRAM

(PARI) conv(u, v)=local(w); w=vector(length(u), i, sum(j=1, i, u[j]*v[i+1-j])); w; t(n)=n*(n+1)/2; u=vector(10, i, t(i)); v=vector(10, i, t(i)+1); conv(u, v)

CROSSREFS

Cf. A000217, A000389, A005583.

Sequence in context: A140576 A064932 A090809 this_sequence A024456 A050927 A011921

Adjacent sequences: A051744 A051745 A051746 this_sequence A051748 A051749 A051750

KEYWORD

easy,nonn

AUTHOR

Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), Dec 07 1999

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 7 23:08 EDT 2008. Contains 143486 sequences.


AT&T Labs Research