Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125745
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125745 Numbers n such that the numerator of sum_{j=1..n} n^2/(2*j*(j+n))) is prime. +0
1
2, 3, 4, 5, 6, 7, 12, 35, 43, 73, 77, 93, 98, 151, 166, 224, 255, 372, 596, 602, 813, 934, 1139, 1373, 1397, 1411, 1530, 1892, 1954 (list; graph; listen)
OFFSET

1,1

COMMENT

Posted in response to a question from Dirk Boland.

EXAMPLE

a[7]=12 because sum(j=1,k,k^2/(2*j*(j+k))) = 13013256143/892371480, for k=12, 13013256143 is prime and this is the 7th such sum with a prime numerator.

PROGRAM

(PARI) {ls=[]; for(k=1, 250, if(ispseudoprime(numerator(sum(j=1, k, k^2/(2*j*(j+k))))), ls=concat(ls, k))); print(ls)}

CROSSREFS

Sequence in context: A039952 A129978 A033079 this_sequence A032990 A060810 A066336

Adjacent sequences: A125742 A125743 A125744 this_sequence A125746 A125747 A125748

KEYWORD

hard,nonn

AUTHOR

David Broadhurst (D.Broadhurst(AT)open.ac.uk), Dec 05 2006

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research