The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A348391 Row sums of irregular triangle A348390. 2
3, 7, 18, 24, 48, 56, 87, 109, 147, 159, 235, 249, 301, 355, 434, 452, 563, 583, 705, 779, 859, 883, 1087, 1143, 1237, 1331, 1499, 1529, 1781, 1813, 2004, 2118, 2240, 2358, 2701, 2739, 2875, 3009, 3339, 3381, 3729, 3773 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
FORMULA
a(n) = Sum_{m=1..2*A002541(n)} A348390(n, m), for n >= 2.
a(n) = A153485(n) + A348392(n).
EXAMPLE
a(5) = 2 + 3 + 4 + 5 + 1 + 4 + 1 + 1 + 2 + 1 = (1 + 1 + 1 + 2 + 1) + (2 + 3 + 4 + 5 + 4) = 6 + 18 = 24.
MATHEMATICA
nterms=50; Table[Total[Flatten[Table[Join[Most[Divisors[k]], Range[2k, n, k]], {k, n}]]], {n, 2, nterms+1}] (* Paolo Xausa, Nov 23 2021 *)
CROSSREFS
Sequence in context: A218165 A102329 A331713 * A327321 A069143 A097007
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Nov 07 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 June 10 10:32 EDT 2024. Contains 373264 sequences. (Running on oeis4.)