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!)
A338969 a(n) is the sum of the lengths of all the segments used to draw a rectangle of height partition(n) and width n divided into partition(n) rectangles of unit height, in turn, divided into rectangles of unit height and lengths corresponding to the parts of the partitions of n. 1
4, 11, 21, 41, 67, 118, 181, 292, 437, 664, 958, 1412, 1983, 2819, 3899, 5406, 7328, 9977, 13317, 17817, 23497, 30967, 40349, 52573, 67784, 87320, 111601, 142395, 180432, 228317, 287110, 360476, 450261, 561346, 696699, 863199, 1065055, 1311824, 1610026, 1972444 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (n + 1)*A000041(n) + n + A006128(n).
a(n) = A066186(n) + A000041(n) + A225596(n).
EXAMPLE
Illustrations for n = 1..6:
_ _ _ _ _ _
|_| |_ _| |_ _ _|
|_|_| |_ _|_|
|_|_|_|
a(1) = 4 a(2) = 11 a(3) = 21
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|_ _ _ _| |_ _ _ _ _| |_ _ _ _ _ _|
|_ _ _|_| |_ _ _ _|_| |_ _ _ _ _|_|
|_ _|_ _| |_ _ _|_ _| |_ _ _ _|_ _|
|_ _|_|_| |_ _ _|_|_| |_ _ _ _|_|_|
|_|_|_|_| |_ _|_ _|_| |_ _ _|_ _ _|
|_ _|_|_|_| |_ _ _|_ _|_|
|_|_|_|_|_| |_ _ _|_|_|_|
|_ _|_ _|_ _|
|_ _|_ _|_|_|
|_ _|_|_|_|_|
|_|_|_|_|_|_|
a(4) = 41 a(5) = 67 a(6) = 118
MATHEMATICA
a[n_]:=(n+1)PartitionsP[n]+n+Sum[DivisorSigma[0, m] PartitionsP[n-m], {m, n}]; Table[a[n], {n, 40}]]
CROSSREFS
Sequence in context: A366967 A360096 A016436 * A318180 A301115 A050843
KEYWORD
nonn
AUTHOR
Stefano Spezia, Dec 23 2020
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)