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!)
A193066 Odd numbers N such that numerator(sigma(N^2)/N^2) is a prime. 3
3, 5, 17, 27, 39, 41, 49, 59, 71, 89, 101, 125, 131, 167, 169, 173, 289, 293, 383, 507, 529, 677, 701, 729, 743, 761, 773, 827, 839, 841, 857, 911, 1091, 1097, 1163, 1181, 1193, 1217, 1373, 1427, 1487 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Square roots of the terms of A193065. See there for more comments.
LINKS
FORMULA
a(n) = A000196(A193065(n)).
MATHEMATICA
Select[Range[1, 1501, 2], PrimeQ[Numerator[DivisorSigma[1, #^2]/#^2]]&] (* Harvey P. Dale, Sep 24 2016 *)
PROG
(PARI) forstep(N=1, 1e7, 2, isprime(numerator(sigma(N^2)/N^2)) && print1(N", "))
CROSSREFS
Sequence in context: A256439 A256444 A032619 * A193070 A030077 A352568
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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)