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!)
A160453 Numbers n which have a prime divisor p such that 1 is the only positive integer which divides n/p^m and is congruent to 1 modulo p, where p^(m+1) does not divide n. 3
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The solvability of a group whose order is a(n) can be reduced to the solvability of smaller group using the Sylow theorems, provided the order is not a prime.
80 is not a member of this sequence, but is a member of A168186. - Franklin T. Adams-Watters, Jan 26 2010
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) is(n)=if(n<12, return(n>0)); my(f=factor(n)); for(i=1, #f~, fordiv(n/f[i, 1]^f[i, 2], d, if(d>1&&d%f[i, 1]==1, next(2))); return(1)); 0 \\ Charles R Greathouse IV, Oct 27 2013
CROSSREFS
All three of A023805, A160453, A168186 are different.
Sequence in context: A353866 A085235 A364461 * A325778 A364531 A299702
KEYWORD
nonn
AUTHOR
Masahiko Shin, May 14 2009
EXTENSIONS
Corrected by Charles R Greathouse IV, Oct 27 2013
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)