login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A376169
Row sums of A376168.
2
4, 26, 44, 102, 92, 290, 156, 366, 332, 614, 332, 1166, 444, 1050, 1076, 1310, 716, 2234, 876, 2522, 1860, 2258, 1244, 4310, 1812, 3030, 2564, 4374, 1916, 7262, 2172, 4798, 4052, 4910, 4164, 9302, 3036, 6018, 5460, 9554, 3692, 12642, 4044, 9566, 8852, 8570, 4796
OFFSET
1,1
FORMULA
a(n) = Sum_{k = 1..2*A048691(n)} A376168(n,k).
a(n) = 2*Sum_{k = 1..A048691(n)} A376168(n,k).
MATHEMATICA
A376168row[n_] := Module[{a, b}, SolveValues[1/a + 1/b == 1/n && a > 0 && b > 0, {a, b}, Integers]];
Array[Total[A376168row[#], 2] &, 50]
CROSSREFS
Sequence in context: A059178 A056193 A196672 * A306611 A102203 A219668
KEYWORD
nonn
AUTHOR
Paolo Xausa, Sep 13 2024
STATUS
approved