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!)
A308260 a(n) = Product_{k=1..n, gcd(n,k) = 1} prime(k). 0
1, 2, 2, 6, 10, 210, 22, 30030, 1870, 149226, 3910, 6469693230, 11594, 7420738134810, 3215630, 741422598, 2569288370, 32589158477190044730, 28045886, 117288381359406970983270, 19644868330, 4812825965463978, 23916676633630, 3217644767340672907899084554130 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
A001221(a(n)) = A000010(n).
a(A000040(n)) = A002110(A006093(n)).
MATHEMATICA
a[n_] := Product[If[GCD[n, k] == 1, Prime[k], 1], {k, 1, n}]; Table[a[n], {n, 0, 23}]
CROSSREFS
Sequence in context: A103774 A036052 A355207 * A279212 A299018 A364834
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 30 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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)