[go: up one dir, main page]

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!)
Revision History for A079211 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A079211 Duplicate of A026835.
(history; published version)
#27 by N. J. A. Sloane at Sun Sep 06 11:45:35 EDT 2020
STATUS

editing

approved

#26 by N. J. A. Sloane at Sun Sep 06 11:45:32 EDT 2020
COMMENTS

t(n,k+1)<=t(n,k)<=t(n+1,k); t(n,k)>1 iff 0<=2*(k+1)<n.

LINKS

Álvar Ibeas, <a href="/A079211/b079211.txt">First 100 rows, flattened</a>

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PartitionFunctionQ.html">Partition Function Q</a>.

Reinhard Zumkeller, <a href="/A079211/a079211.txt">Notes on initial terms</a>

FORMULA

t(n, k) = 1 + Sum(t(i, j): i>j>k and i+j=n).

EXAMPLE

From Michael De Vlieger, Aug 03 2020: (Start)

Table begins:

1

1 1

2 1 1

2 1 1 1

3 2 1 1 1

4 2 1 1 1 1

5 3 2 1 1 1 1

6 3 2 1 1 1 1 1

8 5 3 2 1 1 1 1 1

10 5 3 2 1 1 1 1 1 1

12 7 4 3 2 1 1 1 1 1 1

15 8 5 3 2 1 1 1 1 1 1 1

... (End)

MATHEMATICA

Nest[Function[{T, n, r}, Append[T, Table[1 + Total[T[[##]] & @@@ Select[r, #[[-1]] > k + 1 &]], {k, 0, n}]]] @@ {#1, #2, Transpose[1 + {#2 - #3, #3}]} & @@ {#1, #2, Range[Ceiling[#2/2] - 1]} & @@ {#, Length@ #} &, {{1}}, 12] // Flatten (* Michael De Vlieger, Aug 03 2020 *)

CROSSREFS

A000009(n)=t(n, 0), left border of the triangle, A025147(n)=t(n, 1) for n>1.

AUTHOR

Reinhard Zumkeller, Jan 01 2003

EXTENSIONS

Corrected by Álvar Ibeas, Sep 06 2020

STATUS

approved

editing

#25 by N. J. A. Sloane at Sun Sep 06 11:43:32 EDT 2020
STATUS

proposed

approved

#24 by Joerg Arndt at Sun Sep 06 07:23:33 EDT 2020
STATUS

editing

proposed

Discussion
Sun Sep 06 07:32
Álvar Ibeas: Thanks! I’ll move the formula too.
#23 by Joerg Arndt at Sun Sep 06 07:22:10 EDT 2020
NAME

Triangle t(n,k) of numbers of partitions of n into distinct numbers larger than k, 0<=k<n.

Duplicate of A026835.

KEYWORD

nonn,tabl,changed

dead

STATUS

proposed

editing

Discussion
Sun Sep 06 07:23
Joerg Arndt: Took care of it, also of A026835.
#22 by Álvar Ibeas at Sun Sep 06 07:00:27 EDT 2020
STATUS

editing

proposed

#21 by Álvar Ibeas at Sun Sep 06 06:57:15 EDT 2020
NAME

Triangle t(n,k) of numbers of partitions of n into distinct numbers notlarger lessthan k, 0<=k<=<n.

DATA

1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 3, 2, 1, 1, 1, 1, 4, 2, 1, 1, 1, 1, 1, 5, 3, 2, 1, 1, 1, 1, 1, 6, 3, 2, 1, 1, 1, 1, 1, 1, 8, 5, 3, 2, 1, 1, 1, 1, 1, 1, 10, 5, 3, 2, 1, 1, 1, 1, 1, 1, 1, 12, 7, 4, 3, 2, 1, 1, 1, 1, 1, 1, 1, 15, 8, 5, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 18, 10, 6, 4, 3, 2, 1, 1, 1, 1, 1, 1, 1, 22, 12, 7, 4

OFFSET

0,7

1,4

LINKS

Álvar Ibeas, <a href="/A079211/b079211.txt">First 100 rows, flattened</a>

FORMULA

t(n, k) = 1 + Sum(t(i, j): i>j>k and i+j=n), 0<=k<=n.).

EXTENSIONS

Corrected by Álvar Ibeas, Sep 06 2020

Discussion
Sun Sep 06 06:59
Álvar Ibeas: After the correction, it coincides with A026835. Should them be merged?
#20 by N. J. A. Sloane at Sat Sep 05 21:45:26 EDT 2020
STATUS

proposed

editing

#19 by Michael De Vlieger at Mon Aug 03 18:01:01 EDT 2020
STATUS

editing

proposed

Discussion
Tue Aug 04 06:33
Álvar Ibeas: Note that the formula (tuning it according to the chosen definition) follows from the sequence name, classifying the enumerated partitions by smallest part. I think a name involving partitions is better than a formula.
Sat Sep 05 21:45
N. J. A. Sloane: We seem to have several different suggestions here.  I am moving it to the editing stack.
#18 by Michael De Vlieger at Mon Aug 03 18:00:50 EDT 2020
EXAMPLE

From Michael De Vlieger, Aug 03 2020: (Start)Table begins:

Table begins:

1 1 2 1 1 2 1 1 1 3 2 1 1 1 4 2 1 1 1 1 5 3 2 1 1 1 1 6 3 2 1 1 1 1 1 8 5 3 2 1 1 1 1 1 10 5 3 2 1 1 1 1 1 1 12 7 4 3 2 1 1 1 1 1 1 15 8 5 3 2 1 1 1 1 1 1 1 ...(End)

1 1

2 1 1

2 1 1 1

3 2 1 1 1

4 2 1 1 1 1

5 3 2 1 1 1 1

6 3 2 1 1 1 1 1

8 5 3 2 1 1 1 1 1

10 5 3 2 1 1 1 1 1 1

12 7 4 3 2 1 1 1 1 1 1

15 8 5 3 2 1 1 1 1 1 1 1

... (End)

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 August 29 15:03 EDT 2024. Contains 375517 sequences. (Running on oeis4.)