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!)
A281222 Products of 10 distinct primes (squarefree 10-almost primes). 5
6469693230, 6915878970, 8254436190, 8720021310, 9146807670, 9592993410, 10407767370, 10485364890, 10555815270, 11125544430, 11532931410, 11797675890, 11823922110, 12095513430, 12328305990, 12598876290, 12929686770, 13162479330, 13220677470, 13467764310 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Rick L. Shepherd and Giovanni Resta, Table of n, a(n) for n = 1..10000 (first 231 terms from Rick L. Shepherd)
FORMULA
A005117 INTERSECT A046314.
EXAMPLE
a(1) = 2*3*5*7*11*13*17*19*23*29 = 6469693230 = prime(10)# = A002110(10), the 10th primorial number.
PROG
(PARI) IsInA281222(n) = n > 0 && issquarefree(n) && bigomega(n) == 10
(PARI) list(lim, pr=10, maxp=oo)=if(pr==1, return(primes([2, min(lim\1, maxp)]))); my(v=List(), pr1=pr-1, mx=prod(i=1, pr1, prime(i))); forprime(p=prime(pr), min(lim\mx, maxp), my(u=list(lim\p, pr1, p-1)); for(i=1, #u, listput(v, p*u[i]))); Set(v) \\ Charles R Greathouse IV, Feb 03 2023
CROSSREFS
Sequence in context: A172534 A198807 A358489 * A258365 A127342 A336681
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Jan 17 2017
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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)