login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066934 Composite solutions of phi(n)==1 (mod bigomega(n)) where phi(n)=A000010(n) is the Euler totient function and bigomega(n)=A001222(n) is the number of prime divisors of n (counted with multiplicity). 1
8, 12, 32, 48, 75, 108, 110, 125, 128, 170, 192, 208, 230, 280, 290, 312, 363, 368, 374, 405, 410, 420, 470, 506, 530, 552, 590, 638, 680, 684, 688, 702, 710, 782, 830, 848, 867, 890, 902, 935, 980, 986, 1008, 1010, 1020, 1032, 1034, 1044, 1070, 1080, 1088 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Trivially, no prime is a solution of the congruence.

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

MATHEMATICA

bigomega[n_] := Plus@@Last/@FactorInteger[n]; Select[Range[2, 1100], !PrimeQ[ # ]&&Mod[EulerPhi[ # ]-1, bigomega[ # ]]==0&]

PROG

(PARI) { n=0; for (m=2, 10^10, if (eulerphi(m) % bigomega(m) == 1, write("b066934.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 08 2010]

CROSSREFS

Sequence in context: A161415 A117802 A083485 * A137148 A045018 A067681

Adjacent sequences:  A066931 A066932 A066933 * A066935 A066936 A066937

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 24 2002

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Jan 27 2002

COMMENT corrected by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 08 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.