Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A008778
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A008778 Number of n-dimensional partitions of 4. Number of terms in 4th derivative of a function composed with itself n times. +0
21
1, 5, 13, 26, 45, 71, 105, 148, 201, 265, 341, 430, 533, 651, 785, 936, 1105, 1293, 1501, 1730, 1981, 2255, 2553, 2876, 3225, 3601, 4005, 4438, 4901, 5395, 5921, 6480, 7073, 7701, 8365, 9066, 9805, 10583 (list; graph; listen)
OFFSET

0,2

COMMENT

Let m(i,1)=i; m(1,j)=j; m(i,j)=m(i-1,j)-m(i-1,j-1); then a(n)=m(n+3,3) - Benoit Cloitre (benoit7848c(AT)orange.fr), May 08 2002

a(n) = number of (n+6)-bit binary sequences with exactly 6 1's none of which is isolated. - David Callan (callan(AT)stat.wisc.edu), Jul 15 2004

If a 2-set Y and 2-set Z, having one element in common, are subsets of an n-set X then a(n-4) is the number of 4-subests of X intersecting both Y and Z. - Milan R. Janjic (agnus(AT)blic.net), Oct 03 2007

A008778=Sum of first n Triangular numbers plus previous Triangular number. [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 13 2009]

REFERENCES

G. E. Andrews, The Theory of Partitions, Add.-Wes. '76, p. 190.

LINKS

Milan Janjic, Two Enumerative Functions

P. Chinn and S. Heubach, Integer Sequences Related to Compositions without 2's, J. Integer Seqs., Vol. 6, 2003.

FORMULA

a(n) = dot_product(n, n-1, ...2, 1)*(2, 3, ..., n, 1) for n = 2, 3, 4, ... [ i.e. a(2) = (2, 1)*(2, 1), a(3) = (3, 2, 1)*(2, 3, 1). ] (Clark Kimberling)

a(n) = (n+1)*(n^2+8n+6)/6 = a(n-1)+A034856(n+1) = A000297(n-1)+1 = A000217(n)+A000292(n+1) = A000290(n-1)+A000292(n). - Henry Bottomley (se16(AT)btinternet.com), Oct 25 2001

a(n) = Sum{0<=k, l<=n; k+l|n} k*l. - Ralf Stephan (ralf(AT)ark.in-berlin.de), May 06 2005

MAPLE

1+4*k+4*binomial(k, 2)+binomial(k, 3);

with (combinat):a[0]:=0:for n from 1 to 50 do a[n]:=2*a[n-1]-a[n-2]+1 od: seq(a[n]+binomial(n+3, n), n=0..37); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 17 2008

MATHEMATICA

Clear[lst, n, a, f]; f[n_]:=n*(n+1)/2; a=0; lst={}; Do[a+=f[n]; AppendTo[lst, a+f[n-1]], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 13 2009]

CROSSREFS

Cf. A022811-A022817, A024207-A024210.

Column 1 of triangle A094415.

Cf. A002411, A008779.

Adjacent sequences: A008775 A008776 A008777 this_sequence A008779 A008780 A008781

Sequence in context: A018394 A147451 A139595 this_sequence A014813 A160420 A147411

KEYWORD

nonn,new

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 November 8 19:30 EST 2009. Contains 166227 sequences.


AT&T Labs Research