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!)
A370136 Triangle read by rows: T(n,k) = arithmetic derivative of ((A002110(n) + A002110(k)) / A002110(k)), 1 <= k <= n. 3
1, 4, 1, 32, 5, 1, 55, 60, 12, 1, 1292, 195, 71, 16, 1, 22532, 2505, 841, 384, 9, 1, 382892, 102723, 8897, 8640, 191, 21, 1, 2469635, 3502740, 323328, 34133, 9980, 756, 24, 1, 111738812, 18755325, 10308201, 1568312, 50621, 5211, 371, 44, 1, 4853127108, 2003156919, 107924801, 178347008, 2376149, 251367, 6339, 672, 31, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A003415(A370135(n)).
EXAMPLE
Triangle begins as:
1;
4, 1;
32, 5, 1;
55, 60, 12, 1;
1292, 195, 71, 16, 1;
22532, 2505, 841, 384, 9, 1;
382892, 102723, 8897, 8640, 191, 21, 1;
2469635, 3502740, 323328, 34133, 9980, 756, 24, 1;
111738812, 18755325, 10308201, 1568312, 50621, 5211, 371, 44, 1;
PROG
(PARI)
A002110(n) = prod(i=1, n, prime(i));
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A370135(n) = { n--; my(c = (sqrtint(8*n + 1) - 1) \ 2, x=A002110(1+n - binomial(c + 1, 2))); ((A002110(1+c)+x)/x); };
CROSSREFS
Sequence in context: A123126 A303277 A174501 * A051142 A266240 A322601
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Mar 07 2024
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 May 6 18:59 EDT 2024. Contains 372297 sequences. (Running on oeis4.)