login

Revision History for the OEIS

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
allocated for Alex Weslowski
(history; published version)
#33 by Alex Weslowski at Fri Jul 10 20:16:41 EDT 2026
STATUS

editing

proposed

allocated for Juri-Stepan Gerasimov
(history; published version)
#42 by Juri-Stepan Gerasimov at Fri Jul 10 20:10:49 EDT 2026
STATUS

editing

proposed

#41 by Juri-Stepan Gerasimov at Fri Jul 10 20:10:36 EDT 2026
COMMENTS

a(10) = 3, but 3 is not a divisor of 10, a(14) = 3, but 3 is not a divisor of 14, a(22) = 3, but 3 is not a divisor of 22, a(26) = 3, but 3 is not a divisor of 26, a(33) = 5, but 5 is not a divisor of 33, ...

STATUS

proposed

editing

allocated for Alex Weslowski
(history; published version)
#21 by Alex Weslowski at Fri Jul 10 20:09:32 EDT 2026
PROG

print([n for n in range(3, 1048576, 33483, 3) for p in partitions(n, 3) if (c := cover(n, p)) == fractions.Fraction(1, 3)])

#20 by Alex Weslowski at Fri Jul 10 20:08:46 EDT 2026
PROG

_ = [print(f"{c}\t{[n}\t{p}\t{len(p)}") for n in range(3, 1048576, 3) for p in partitions(n, 3) if (c := cover(n, p)) == fractions.Fraction(1, 3)])

allocated for Alex Weslowski
(history; published version)
#32 by Alex Weslowski at Fri Jul 10 20:07:07 EDT 2026
PROG

print([n for n in range(2, 1048576, 2) for p in partitions(n, 2) if (c := cover(n, p)) == fractions.Fraction(1, 2)])

Discussion
Fri Jul 10
20:11
Alex Weslowski: Updated the Prog section to print the list.
#31 by Alex Weslowski at Fri Jul 10 20:05:22 EDT 2026
PROG

_ = [print(f"{c}\t{n}\t{p}\t{len(p)}") for n in range(2, 1048576, 2) for p in partitions(n, 2) if (c := cover(n, p)) == fractions.Fraction(1, 2)]

STATUS

proposed

editing

Multiplicative with a(p^e) = (e+1)*(e+2)*(4*e+3)/6.
(history; published version)
#29 by Ridouane Oudra at Fri Jul 10 19:56:54 EDT 2026
STATUS

editing

proposed

#28 by Ridouane Oudra at Fri Jul 10 19:52:39 EDT 2026
FORMULA

From Ridouane Oudra, Jul 10 2026: (Start)

a(n) = Sum_{d|n} A356574(d).

a(n) = Sum_{d|n} tau(d^4)*tau(n/d).

a(n) = Sum_{d|n} 3^g(d)*tau(n/d)^2, where g(n) = A162642(n).

a(n) = Sum_{d|n} 4^omega(d)*tau_3(n/d), where omega = A001221 and tau_3 = A007425.

a(n) = Sum_{d|n} 3^omega(d)*mu(d)^2*tau_4(n/d), where tau_4 = A007426.

G.f.: Sum_{k>=1} A356574(k)*x^k/(1-x^k).

L.g.f.: -log(Product_{k>=1} (1 - x^k)^(A356574(k)/k)). (End)

STATUS

approved

editing

allocated for Richard R. Forberg
(history; published version)
#10 by Richard R. Forberg at Fri Jul 10 19:52:24 EDT 2026
STATUS

editing

proposed


Showing entries 1-10 | older changes