login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014153 G.f.: 1/[(1-x)^2*product((1-x^k),k=1..infinity)]. 8
1, 3, 7, 14, 26, 45, 75, 120, 187, 284, 423, 618, 890, 1263, 1771, 2455, 3370, 4582, 6179, 8266, 10980, 14486, 18994, 24757, 32095, 41391, 53123, 67865, 86325, 109350, 137979, 173450, 217270, 271233, 337506, 418662, 517795, 638565, 785350, 963320, 1178628 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Number of partitions of n with three kinds of 1. E.g. a(2)=7 because we have 2, 1+1, 1+1', 1+1", 1'+1', 1'+1", 1"+1". - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 22 2005

Partial sums of the partial sums of the partition numbers A000041. Partial sums of A000070. Euler transform of 3,1,1,1,...

Also sum of parts, counted without multiplicity, in all partitions of n, offset 1. Also Sum phi(p), where the sum is taken over all parts p of all partitions of n, offset 1. - Vladeta Jovovic (vladeta(AT)eunet.rs), Mar 26 2005

Equals row sums of triangle A141157. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Jun 12 2008

A014153 convolved with A010815 = (1, 2, 3,...). n-th partial sum sequence of A000041 convolved with A010815 = (n-1)-th column of Pascal's triangle, starting (1, n,...). [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Nov 09 2008]

LINKS

Alois P. Heinz, Table of n, a(n) for n = 0..1000

MAPLE

with (numtheory):

a:= proc(n) option remember;

      `if`(n=0, 1, add ((2+sigma(j)) *a(n-j), j=1..n)/n)

    end:

seq (a(n), n=0..40);  # Alois P. Heinz, Feb 13 2012

CROSSREFS

Cf. A000041.

Cf. A000041, A000070.

Cf. A141157.

A010815 [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Nov 09 2008]

Sequence in context: A206417 A008646 A036830 * A001924 A079921 A014168

Adjacent sequences:  A014150 A014151 A014152 * A014154 A014155 A014156

KEYWORD

nonn,changed

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 17:48 EST 2012. Contains 205939 sequences.