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!)
A328323 a(n) = gcd(A328316(n),A328316(1+n)). 5
1, 1, 1, 3, 1, 1, 1, 1, 2401, 861018571670257 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
All terms are odd, because the parity of A328316 alternates.
a(10) is 208 decimal digits long, and can be found in the b-file.
LINKS
FORMULA
a(n) = A324198(A328316(n)) = gcd(A328316(n),A328316(1+n)).
PROG
(PARI)
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A328316(n) = if(!n, 0, A276086(A328316(n-1)));
A328323(n) = gcd(A328316(n), A328316(1+n));
\\ Or alternatively, as:
A324198(n) = gcd(n, A276086(n));
CROSSREFS
Sequence in context: A361948 A180172 A327372 * A090751 A344759 A337820
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 14 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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)