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!)
A342464 Largest digit value when A329886(n) is written in primorial base, where A329886 is the primorial inflation of Doudna-tree. 4
1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 6, 4, 4, 2, 1, 2, 1, 2, 6, 4, 8, 5, 5, 3, 6, 8, 5, 4, 11, 2, 6, 1, 1, 2, 6, 4, 4, 1, 3, 1, 16, 5, 4, 3, 9, 10, 8, 3, 10, 12, 10, 6, 10, 7, 2, 3, 18, 10, 5, 4, 12, 2, 4, 2, 1, 2, 6, 4, 13, 12, 10, 8, 12, 8, 13, 2, 4, 6, 7, 2, 15, 15, 12, 10, 9, 8, 7, 6, 10, 12, 10, 9, 11, 6, 9, 6, 18, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A328114(A329886(n)) = A051903(A342456(n)) = A329344(A005940(1+n)).
PROG
(PARI)
A283980(n) = {my(f=factor(n)); prod(i=1, #f~, my(p=f[i, 1], e=f[i, 2]); if(p==2, 6, nextprime(p+1))^e)}; \\ From A283980
A329886(n) = if(n<2, 1+n, if(!(n%2), A283980(A329886(n/2)), 2*A329886(n\2)));
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: A205649 A176510 A362951 * A061342 A104639 A260704
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 15 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 April 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)