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!)
A364892 Row sums of A364891. 1
0, 0, 1, 1, 2, 2, 4, 5, 8, 10, 15, 19, 27, 34, 47, 59, 79, 99, 130, 162, 210, 260, 332, 410, 517, 635, 794, 970, 1202, 1463, 1799, 2180, 2664, 3214, 3904, 4693, 5669, 6789, 8163, 9740, 11658, 13865, 16527, 19592, 23267, 27496, 32538, 38343, 45223, 53142, 62488 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = Sum_{k=1..n} ((-1)^(k-1)*Sum_{j=0..k-1} (-1)^j*(p(n - j*(2*j + 1)) - p(n - (j + 1)*(2*j + 1)))), where p(n) = A000041(n) is the number of partitions of n.
Conjecture: lim_{n->oo} a(n)/A000041(n) = 1/4.
MATHEMATICA
A364891[n_, k_]:=(-1)^(k-1)*Sum[(-1)^j*(PartitionsP[n-j(2j+1)]-PartitionsP[n-(j+1)(2j+1)]), {j, 0, k-1}]; Table[Sum[A364891[n, k], {k, 1, n}], {n, 1, 51}]
CROSSREFS
Sequence in context: A036002 A104504 A027337 * A325434 A326631 A260894
KEYWORD
nonn
AUTHOR
Stefano Spezia, Aug 12 2023
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 June 30 08:10 EDT 2024. Contains 373861 sequences. (Running on oeis4.)