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!)
A280862 Numbers n such that A258409(n) * A002322(n) = A000010(n), where A258409(1) = 1. 1
1, 2, 4, 6, 10, 14, 15, 18, 21, 22, 26, 33, 34, 35, 38, 39, 45, 46, 50, 51, 54, 55, 57, 58, 62, 65, 69, 74, 75, 77, 82, 85, 86, 87, 91, 93, 94, 95, 98, 99, 106, 111, 115, 118, 119, 122, 123, 129, 133, 134, 135, 141, 142, 143, 145, 146, 147, 153, 155, 158, 159, 161, 162, 166, 175, 177 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Squarefree terms > 2 give A006881.
Even terms are even terms of A033948.
No terms of the form p^k > 4, where p is a prime.
The sequence has natural density 0. - Information from Carl Pomerance, Jan 09 2017
LINKS
MATHEMATICA
{1}~Join~Select[Range@ 180, (GCD @@ (Divisors[#] - 1)) CarmichaelLambda@ # == EulerPhi@ # &] (* Michael De Vlieger, Jan 10 2017 *)
PROG
(PARI) a258409(n) = if(n%2==0, return(1)); if(n%3==0, return(2)); if(n%5==0 && n%4 != 1, return(2)); gcd(apply(p->p-1, factor(n)[, 1]));
a002322(n) = lcm(znstar(n)[2]);
is(n) = a258409(n) * a002322(n) == eulerphi(n);
CROSSREFS
Sequence in context: A238627 A336415 A241821 * A370654 A213475 A325418
KEYWORD
nonn
AUTHOR
Thomas Ordowski and Altug Alkan, Jan 09 2017
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)