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!)
A328772 Minimal number of primorials (A002110) that add to A328769(n), where A328769 is the second primorial based variant of arithmetic derivative. 3
0, 0, 1, 1, 2, 1, 3, 1, 4, 2, 5, 1, 4, 1, 5, 4, 4, 1, 3, 1, 8, 6, 7, 1, 4, 4, 7, 7, 10, 1, 3, 1, 8, 6, 5, 6, 2, 1, 5, 8, 6, 1, 11, 1, 12, 3, 7, 1, 6, 4, 7, 8, 10, 1, 9, 10, 16, 10, 9, 1, 8, 1, 5, 13, 10, 12, 15, 1, 12, 10, 7, 1, 8, 1, 7, 5, 10, 8, 11, 1, 12, 6, 9, 1, 8, 10, 9, 12, 14, 1, 9, 10, 12, 10, 7, 12, 6, 1, 13, 17, 14, 1, 11, 1, 14, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = A276150(A328769(n)).
PROG
(PARI)
A002110(n) = prod(i=1, n, prime(i));
A328769(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]*A002110(primepi(f[i, 1]))/f[i, 1]));
A276150(n) = { my(s=0, p=2, d); while(n, d = (n%p); s += d; n = (n-d)/p; p = nextprime(1+p)); (s); };
CROSSREFS
Sequence in context: A316211 A329480 A277895 * A300726 A325352 A305438
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 28 2019
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 April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)