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!)
A193070 Odd numbers N for which sigma(N^2) is prime. 5
3, 5, 17, 27, 41, 49, 59, 71, 89, 101, 125, 131, 167, 169, 173, 289, 293, 383, 529, 677, 701, 729, 743, 761, 773, 827, 839, 841, 857, 911, 1091, 1097, 1163, 1181, 1193, 1217, 1373, 1427, 1487, 1559, 1583, 1709, 1811, 1847, 1849, 1931, 1973, 2129, 2197, 2273, 2309 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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 (i.e. which are in A023194) must be odd squares. This sequence consists exactly of the square roots of these terms.
LINKS
FORMULA
a(n) = A278911(n)^(1/2). - Robert Israel, Jan 22 2019
MATHEMATICA
Select[Range[1, 2401, 2], PrimeQ[DivisorSigma[1, #^2]]&] (* Harvey P. Dale, Mar 07 2015 *)
PROG
(PARI) forstep(N=1, 1e7, 2, isprime(sigma(N^2)) && print1(N", "))
CROSSREFS
Sequence in context: A256444 A032619 A193066 * A030077 A352568 A058580
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 April 18 17:42 EDT 2024. Contains 371781 sequences. (Running on oeis4.)