The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A173946 Numbers n such that omega(lambda(n)) = lambda(omega(n)). 1
1, 3, 4, 5, 6, 8, 10, 12, 15, 16, 17, 20, 24, 32, 34, 40, 42, 48, 51, 64, 66, 68, 70, 78, 80, 84, 85, 90, 96, 105, 110, 114, 126, 128, 130, 132, 136, 138, 140, 150, 156, 160, 165, 168, 174, 180, 182, 190, 192, 195, 210, 220, 222, 228, 230, 234, 238, 246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Numbers n such that A001221 (A002322(n))=A002322(A001221 (n)).
EXAMPLE
174 is in the sequence because omega(lambda(174)) = omega(28) = 2 , lambda(omega(174))
= lambda(3) = 2.
MAPLE
with(numtheory): for n from 1 to 250 do:if nops(factorset(lambda(n)))= lambda(nops(factorset(n)))then printf(`%d, `, n):else fi:od:
MATHEMATICA
Cases[Range[1000], k_ /; Length[FactorInteger[CarmichaelLambda[k]]] == CarmichaelLambda[Length[FactorInteger [k]]]]
CROSSREFS
Sequence in context: A308192 A026506 A198382 * A051916 A130216 A120162
KEYWORD
nonn
AUTHOR
Michel Lagneau, Nov 26 2010
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 June 3 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)