[go: up one dir, main page]

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!)
Revision History for A355001 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A355001 Smallest common prime factor of A003961(n) and A276086(n), or 1 if they are coprime, where A003961 is fully multiplicative with a(p) = nextprime(p), and A276086 is primorial base exp-function.
(history; published version)
#9 by Michael De Vlieger at Mon Jul 18 16:38:43 EDT 2022
STATUS

proposed

approved

#8 by Antti Karttunen at Mon Jul 18 14:46:10 EDT 2022
STATUS

editing

proposed

#7 by Antti Karttunen at Mon Jul 18 14:45:47 EDT 2022
CROSSREFS

Cf. A003961, A020639, A276086, A355442, A284723 (even bisection), A355442, A355820, A355821 (positions of 1's).

#6 by Antti Karttunen at Mon Jul 18 06:17:22 EDT 2022
NAME

Smallest common prime factor of A003961(n) and A276086(n), or 1 if they are coprime, where A003961 is fully multiplicative with a(p) = nextprime(p), and A276086 is primorial base exp-function.

#5 by Antti Karttunen at Sun Jul 17 16:41:09 EDT 2022
LINKS

Antti Karttunen, <a href="/A355001/b355001.txt">Table of n, a(n) for n = 1..100000</a>

STATUS

approved

editing

#4 by Michael De Vlieger at Sun Jul 17 15:19:59 EDT 2022
STATUS

proposed

approved

#3 by Antti Karttunen at Sun Jul 17 14:14:42 EDT 2022
STATUS

editing

proposed

#2 by Antti Karttunen at Wed Jul 13 12:52:27 EDT 2022
NAME

allocatedSmallest common prime factor of A003961(n) and A276086(n), or 1 if forthey Anttiare Karttunencoprime.

DATA

1, 3, 1, 3, 1, 5, 1, 3, 5, 3, 1, 5, 1, 3, 5, 3, 1, 5, 1, 3, 5, 3, 1, 5, 1, 3, 5, 3, 1, 7, 1, 3, 1, 3, 7, 5, 1, 3, 5, 3, 1, 5, 1, 3, 5, 3, 1, 5, 1, 3, 5, 3, 1, 5, 7, 3, 5, 3, 1, 7, 1, 3, 1, 3, 7, 5, 1, 3, 5, 3, 1, 5, 1, 3, 5, 3, 1, 5, 1, 3, 5, 3, 1, 5, 7, 3, 5, 3, 1, 7, 1, 3, 1, 3, 7, 5, 1, 3, 5, 3, 1, 5, 1, 3, 5

OFFSET

1,2

LINKS

<a href="/index/Pri#prime_indices">Index entries for sequences computed from indices in prime factorization</a>

<a href="/index/Pri#primorialbase">Index entries for sequences related to primorial base</a>

FORMULA

a(n) = A020639(A355442(n)) = A020639(gcd(A003961(n), A276086(n))).

PROG

(PARI)

A003961(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };

A020639(n) = if(1==n, n, vecmin(factor(n)[, 1]));

A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };

A355442(n) = gcd(A003961(n), A276086(n));

A355001(n) = A020639(A355442(n));

CROSSREFS

Cf. A003961, A020639, A276086, A355442, A284723 (even bisection).

KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Jul 13 2022

STATUS

approved

editing

#1 by Antti Karttunen at Wed Jun 15 04:44:45 EDT 2022
NAME

allocated for Antti Karttunen

KEYWORD

allocated

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 August 30 07:09 EDT 2024. Contains 375532 sequences. (Running on oeis4.)