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!)
A340492 a(n) = A000041(n)*A000070(n-1), n >= 1. 1
1, 4, 12, 35, 84, 209, 450, 990, 2010, 4074, 7784, 15015, 27472, 50355, 89408, 158004, 271755, 466620, 782530, 1308549, 2149488, 3513012, 5657540, 9076725, 14367804, 22645056, 35313320, 54810756, 84269900, 129032100, 195879618, 296147379, 444466260, 664284530, 986341059, 1458941412 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n) is the size of a table of correspondence between the divisors of certain numbers and the partitions of n. The table contains A006128(n) positive integers and the rest are zeros (or empty cells). These positive integers can be interpreted in two ways as follows:
1) They are all divisors of all terms of the first n rows of triangle A336811. In other words: they are all divisors of the first A000070(n-1) terms of A336811, hence they are all divisors of all terms in the n-th row of A176206.
2) They are all parts of all partitions of n.
The mentioned divisors are in the columns of the table.
The mentioned partitions are in the rows of the table.
For more information about the main conjecture see A336811.
LINKS
EXAMPLE
Illustration of initial terms:
A000070: 1 2 4 7 12 19 30
A000041 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
1 |_| | | | | | |
2 |_ _| | | | | |
3 |_ _ _ _| | | | |
| | | | |
5 |_ _ _ _ _ _ _| | | |
| | | |
7 |_ _ _ _ _ _ _ _ _ _ _ _| | |
| | |
| | |
| | |
11 |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _| |
| |
| |
| |
15 |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _|
...
a(n) is the area (or the number of cells) in the n-th rectangle of the diagram.
For n = 3 the third rectangle of the diagram contains 3*4 = 12 cells, so a(3) = 12
For n = 7 the seventh rectangle of the diagram contains 15*30 = 450 cells, so a(7) = 450.
MATHEMATICA
a[n_] := PartitionsP[n]*Count[Flatten[IntegerPartitions[n]], 1]; Table[a[n], {n, 1, 36}] (* Robert P. P. McKone, Jan 28 2021 *)
PROG
(PARI) a(n) = numbpart(n)*sum(k=0, n-1, numbpart(k)); \\ Michel Marcus, Jan 28 2021
CROSSREFS
Partial sums of A340493.
Sequence in context: A061703 A126948 A131593 * A084362 A318941 A079736
KEYWORD
nonn
AUTHOR
Omar E. Pol, Jan 10 2021
STATUS
approved

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 April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)