Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065817
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065817 Numbers n such that Sigma5(n)/Sigma1(n) is prime. +0
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; listen)
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, # ]] & ]

PROGRAM

(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 this_sequence A084542 A038201 A033084

Adjacent sequences: A065814 A065815 A065816 this_sequence A065818 A065819 A065820

KEYWORD

nonn,new

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research