Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A086806 Sarrus numbers k such that k-1 and k+1 have the same number of prime divisors (counted with multiplicity). 1
341, 13747, 19951, 35333, 60787, 137149, 150851, 387731, 458989, 617093, 769757, 1104349, 1251949, 1277179, 1397419, 1463749, 1507963, 1826203, 2134277, 2205967, 2617451, 2976487, 3345773, 4361389, 6474691, 6955541, 8095447 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
341 is a pseudoprime to base 2 while 340 = 2^2*5*17 and 342 = 2*3^2*19 each have four primes dividing them.
MATHEMATICA
PrimeFactorExponentsAdded[n_] := Plus @@ Flatten[ Table[ # [[2]], {1}] & /@ FactorInteger[n]]; Select[ Range[9224390], !PrimeQ[ # ] && PowerMod[2, # - 1, # ] == 1 && PrimeFactorExponentsAdded[ # - 1] == PrimeFactorExponentsAdded[ # + 1] & ]
CROSSREFS
Intersection of A001567 and A280382.
Cf. A001222.
Sequence in context: A210454 A069309 A353021 * A300327 A289305 A309285
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 05 2003
EXTENSIONS
More terms from Robert G. Wilson v, Aug 13 2003
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 18 19:26 EDT 2024. Contains 375273 sequences. (Running on oeis4.)