Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A105039
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A105039 Number of compositions of n with unique smallest part. +0
2
1, 1, 3, 3, 8, 11, 20, 34, 59, 96, 167, 282, 475, 800, 1352, 2275, 3828, 6426, 10785, 18085, 30297, 50698, 84770, 141623, 236425, 394381, 657380, 1094975, 1822628, 3031843, 5040129, 8373594, 13903588, 23072567, 38267330, 63435438, 105103059 (list; graph; listen)
OFFSET

1,3

FORMULA

G.f.: Sum(k*x^(2*k-1)/((1-x^k)*(1-x)^(k-1)), k=1..infinity).

Also (1-x)^2*Sum(x^k/(1-x-x^(k+1))^2, k=1..infinity). - Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 05 2005

a(n) = 1 + sum(k=2..[(n+3)/2], k * sum(s=1..[(n-1)/k], binomial(n-k*s-1, k-2) ) ) - Max Alekseyev (maxale(AT)gmail.com), Apr 15 2005

EXAMPLE

a(5)=8 because we have 5,14,41,23,32,122,212 and 221.

MAPLE

G:=sum(k*x^(2*k-1)/((1-x^k)*(1-x)^(k-1)), k=1..70):Gser:=series(G, x=0, 44):seq(coeff(Gser, x^n), n=1..41); (Deutsch)

PROGRAM

(PARI) a(n)=1+sum(k=2, (n+3)\2, k*sum(s=1, (n-1)\k, binomial(n-k*s-1, k-2))) (Alekseyev)

CROSSREFS

Cf. A079501, A097979.

Sequence in context: A141577 A123315 A052407 this_sequence A090597 A126073 A126592

Adjacent sequences: A105036 A105037 A105038 this_sequence A105040 A105041 A105042

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 03 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu) and Max Alekseyev (maxale(AT)gmail.com), Apr 13 2005

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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research