Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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 A324534

(Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A324534 The smallest common prime factor of sigma(n) and A276086(n), or 1 if no such prime exists.
(history; published version)
#7 by Susanna Cuyler at Mon Mar 11 20:47:09 EDT 2019
STATUS

proposed

approved

#6 by Antti Karttunen at Mon Mar 11 17:35:41 EDT 2019
STATUS

editing

proposed

#5 by Antti Karttunen at Mon Mar 11 17:32:43 EDT 2019
NAME

The smallest common prime factor of sigma(n) and A276086(n), or 1 if no such prime exists; a(n) = A020639(gcd(sigma(n),A276086(n)))..

#4 by Antti Karttunen at Mon Mar 11 09:04:34 EDT 2019
LINKS

Antti Karttunen, <a href="/A324534/b324534.txt">Table of n, a(n) for n = 1..30030</a>

#3 by Antti Karttunen at Mon Mar 11 08:49:53 EDT 2019
NAME

The smallest common prime factor of sigma(n) and A276086(n), 1 if no such prime exists; a(n) = A020639(gcd(sigma(n),A276086(n))).

#2 by Antti Karttunen at Mon Mar 11 08:48:12 EDT 2019
NAME

allocated for Antti Karttunen

a(n) = A020639(gcd(sigma(n),A276086(n))).

DATA

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

OFFSET

1,2

LINKS

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

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

<a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a>

FORMULA

a(n) = A020639(A324644(n)) = A020639(gcd(A000203(n),A276086(n))).

PROG

(PARI)

A276086(n) = { my(i=0, m=1, pr=1, nextpr); while((n>0), i=i+1; nextpr = prime(i)*pr; if((n%nextpr), m*=(prime(i)^((n%nextpr)/pr)); n-=(n%nextpr)); pr=nextpr); m; };

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

A324534(n) = A020639(gcd(sigma(n), A276086(n)));

CROSSREFS

Cf. A000203, A020639, A276086, A324644.

KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Mar 11 2019

STATUS

approved

editing

#1 by Antti Karttunen at Tue Mar 05 10:04:11 EST 2019
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 22 00:18 EDT 2024. Contains 375353 sequences. (Running on oeis4.)