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!)
A360843 6-full numbers (A069493) sandwiched between twin primes. 2
139968, 98802571392, 174960000000, 889223142528, 1594323000000, 2348273369088, 19144761127488, 28697814000000, 56358560858112, 84537841287168, 150289495621632, 186624000000000, 328341017826432, 369056250000000, 392147405854848, 578415690713088, 597871125000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..74 (terms below 3*10^19)
Eric Weisstein's World of Mathematics, Twin Primes.
EXAMPLE
139968 = 2^6 * 3^7 is a term since it is 6-full and 139967 and 139969 are twin primes.
MATHEMATICA
Select[6*Range[10^5], PrimeQ[# - 1] && PrimeQ[# + 1] && Min[FactorInteger[#][[;; , 2]]] > 5 &]
PROG
(PARI) is(n) = isprime(n-1) && isprime(n+1) && vecmin(factor(n)[, 2]) > 5;
CROSSREFS
Intersection of A014574 and A069493.
Subsequence of A113839, A360840, A360841 and A360842.
Sequence in context: A252588 A360842 A252902 * A242143 A156409 A281583
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 23 2023
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 July 5 18:33 EDT 2024. Contains 374027 sequences. (Running on oeis4.)