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!)
A193071 Odd numbers N for which sigma(N^2) is not prime. 2
1, 7, 9, 11, 13, 15, 19, 21, 23, 25, 29, 31, 33, 35, 37, 39, 43, 45, 47, 51, 53, 55, 57, 61, 63, 65, 67, 69, 73, 75, 77, 79, 81, 83, 85, 87, 91, 93, 95, 97, 99, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 127, 129, 133, 135, 137, 139, 141, 143, 145, 147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The function sigma(n) (=A000203(n)) takes odd values when n is a square or twice a square. Thus, odd numbers n for which sigma(n) is prime (cf. A023194) must be odd squares. This sequence gives the odd numbers whose square yields a composite sum of divisors (or 1).
This is the complement of A193070 in the odd numbers A005408.
LINKS
FORMULA
MATHEMATICA
Select[Range[1, 151, 2], !PrimeQ[DivisorSigma[1, #^2]]&] (* Harvey P. Dale, Dec 13 2012 *)
PROG
(PARI) forstep(N=1, 1e7, 2, !isprime(sigma(N^2)) && print1(N", "))
CROSSREFS
Sequence in context: A066669 A059808 A020742 * A329112 A347886 A023389
KEYWORD
nonn
AUTHOR
M. F. Hasler, Jul 15 2011
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 May 15 18:29 EDT 2024. Contains 372549 sequences. (Running on oeis4.)