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!)
A100546 Difference between the smallest semiperimeter (see A063655) and its integer log (A001414) equals 1. 0
2, 3, 5, 7, 11, 13, 17, 18, 19, 23, 24, 29, 30, 31, 37, 41, 42, 43, 47, 53, 59, 61, 66, 67, 71, 73, 78, 79, 83, 89, 97, 101, 102, 103, 107, 109, 113, 114, 127, 131, 137, 138, 139, 149, 151, 157, 163, 167, 173, 174, 179, 181, 186, 191, 193, 197, 199, 211, 222, 223, 227 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Theorem: Except for 24, the sequence is the union of primes and 6*primes.
LINKS
EXAMPLE
Any prime p, since it has semiperimeter p+1 and its integer log is p.
MATHEMATICA
logint = Function[n, Module[{vn}, vn = Transpose[FactorInteger[n]]; vn[[1]].vn[[2]] ]]; semiperi = Function[n, Min[Divisors[n] + Reverse[Divisors[n]]]]; sq = {}; Do[If[semiperi[k] == logint[k] + 1, AppendTo[sq, k]], {k, 2, 500}]; sq
CROSSREFS
Cf. A001414 and A063655.
Sequence in context: A171053 A171055 A117285 * A359373 A117094 A171057
KEYWORD
nonn
AUTHOR
Carlos Alves, Dec 31 2004
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 17 08:56 EDT 2024. Contains 374363 sequences. (Running on oeis4.)