[go: up one dir, main page]

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!)
A112444 Pseudoprimes (base-2) equal to the product of 6 primes not necessarily distinct. 1
45593065, 68800501, 81722145, 110851741, 192112921, 226018585, 238018341, 250385401, 265729465, 272479285, 321197185, 329379505, 332633665, 353987481, 357339745, 358466361, 413631505, 415702105, 416392005, 417241045, 421121701, 464790781, 476177905, 483532105 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = 45593065 = 5*7*17*19*37*109.
MATHEMATICA
s={}; Do[If[PrimeOmega[n] == 6 && PowerMod[2, n - 1, n] == 1, AppendTo[s, n]], {n, 1, 10^8}]; s (* Amiram Eldar, Nov 10 2019 *)
CROSSREFS
Intersection of A046306 and A001567.
Sequence in context: A205263 A087534 A183747 * A083630 A258609 A251440
KEYWORD
easy,nonn
AUTHOR
Shyam Sunder Gupta, Dec 11 2005
EXTENSIONS
More terms from Amiram Eldar, Nov 10 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 August 30 02:56 EDT 2024. Contains 375521 sequences. (Running on oeis4.)