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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065817 Numbers n such that Sigma5(n)/Sigma1(n) is prime. 1
2, 3, 4, 5, 9, 11, 37, 43, 47, 71, 121, 131, 157, 223, 251, 257, 289, 307, 487, 529, 641, 1087, 1093, 1187, 1291, 1433, 1567, 1621, 1637, 1831, 1849, 1873, 1901, 2017, 2111, 2143, 2293, 2333, 2473, 2621, 2663, 2683, 2707, 2777, 2809, 2843, 2903, 3257, 3413 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

MATHEMATICA

Select[Range[1, 3000 ], PrimeQ[( DivisorSigma[5, # ])/DivisorSigma[1, # ]] & ]

PROG

(PARI) { n=0; for (m=1, 10^9, f=sigma(m, 5)/sigma(m); if (frac(f) == 0 && isprime(f), write("b065817.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 31 2009]

CROSSREFS

Sequence in context: A100797 A139441 A093305 * A084542 A038201 A033084

Adjacent sequences:  A065814 A065815 A065816 * A065818 A065819 A065820

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 06 2001

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 16 16:51 EST 2012. Contains 205938 sequences.