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!)
A328569 Exponent of least prime factor in A276086(A276086(n)), where A276086 converts the primorial base expansion of n into its prime product form. 4
1, 1, 1, 1, 1, 3, 1, 2, 1, 1, 1, 3, 1, 1, 1, 5, 1, 1, 1, 2, 1, 4, 1, 5, 1, 1, 1, 6, 1, 4, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 5, 1, 4, 1, 2, 1, 3, 1, 9, 1, 1, 1, 4, 1, 1, 1, 1, 1, 4, 1, 2, 1, 2, 1, 7, 1, 10, 1, 1, 1, 2, 1, 6, 1, 2, 1, 10, 1, 8, 1, 1, 1, 6, 1, 7, 1, 1, 1, 3, 1, 4, 1, 2, 1, 5, 1, 4, 1, 1, 1, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Equally, the least significant nonzero digit in primorial base expansion of A276086(n).
LINKS
FORMULA
a(n) = A276088(A276086(n)) = A067029(A276087(n)).
max(a(n),1+A051903(A328400(A003557(A276086(A328476(n)))))) = A328389(n). [A328400 is optional in the formula]
For all even n, a(n) < A328579(n).
PROG
(PARI)
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A276088(n) = { my(e=0, p=2); while(n && !(e=(n%p)), n = n/p; p = nextprime(1+p)); (e); };
CROSSREFS
Sequence in context: A176784 A176511 A243977 * A016569 A072801 A098872
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 20 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 24 11:40 EDT 2024. Contains 371936 sequences. (Running on oeis4.)