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!)
A328392 Maximal digit value in primorial base expansion of A327860(n): a(n) = A328114(A327860(n)). 8
0, 1, 1, 2, 1, 3, 1, 1, 1, 1, 1, 4, 2, 2, 4, 6, 1, 3, 2, 2, 4, 5, 6, 7, 3, 7, 10, 7, 6, 9, 1, 1, 2, 2, 3, 5, 2, 4, 2, 1, 3, 4, 3, 5, 2, 6, 9, 4, 3, 10, 3, 6, 8, 2, 8, 5, 7, 7, 5, 10, 2, 2, 3, 4, 2, 6, 4, 2, 6, 9, 3, 4, 4, 5, 6, 9, 6, 7, 5, 7, 9, 5, 11, 10, 4, 3, 5, 11, 16, 7, 4, 3, 5, 2, 5, 6, 5, 7, 4, 6, 8, 10, 5, 9, 12, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
PROG
(PARI)
A327860(n) = { my(s=0, m=1, p=2, e); while(n, e = (n%p); m *= (p^e); s += (e/p); n = n\p; p = nextprime(1+p)); (s*m); };
A328114(n) = { my(s=0, p=2); while(n, s = max(s, (n%p)); n = n\p; p = nextprime(1+p)); (s); };
CROSSREFS
Sequence in context: A111957 A125168 A324725 * A051794 A333305 A110969
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 15 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 May 11 19:43 EDT 2024. Contains 372413 sequences. (Running on oeis4.)