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!)
A325136 The product of primes <= 2n that are strongly prime to 2n, bisection of A181836. 1
1, 1, 1, 1, 15, 7, 35, 165, 1001, 5005, 51051, 20995, 1616615, 1716099, 5311735, 7436429, 3234846615, 178752665, 955049953, 5277907635, 19027533679, 176684241305, 13829557433055, 18960523669087, 2180460221945005, 8784139751264163, 463717784757535, 102481630431415235 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) is squarefree.
MAPLE
primes := n -> select(k -> isprime(k), {$1..n}):
strong_prime_to := n -> select(k -> igcd(k, n) = 1, primes(n)) minus numtheory:-divisors(n-1):
A325136 := n -> mul(k, k in strong_prime_to(2*n)):
seq(A325136(n), n=0..27);
CROSSREFS
Sequence in context: A173447 A168211 A131876 * A126070 A305998 A103241
KEYWORD
nonn
AUTHOR
Peter Luschny, Apr 01 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 23 06:58 EDT 2024. Contains 371906 sequences. (Running on oeis4.)