[go: up one dir, main page]

login
Revision History for A154303 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Primes of the form (1+2+...+m)/90 = A000217(m)/90.
(history; published version)
#8 by M. F. Hasler at Sun Jan 06 17:22:49 EST 2013
STATUS

editing

approved

#7 by M. F. Hasler at Sun Jan 06 17:22:04 EST 2013
COMMENTS

Original definition : "Primes of the form : 1/x+2/x+3/x+4/x+5/x+6/x+7/x+..., x=21090."

KEYWORD

nonn,fini,full,easy,bref,changed

#6 by M. F. Hasler at Sun Jan 06 17:20:52 EST 2013
NAME

Primes of the form : 1/x+2/x+3/x+4/x+5/x+6/x+7/x+..., x=90.

Primes of the form (1+2+...+m)/90 = A000217(m)/90.

COMMENTS

Original definition : Primes of the form 1/x+2/x+3/x+4/x+5/x+6/x+7/x+..., x=210.

The corresponding m-values are m=35,44,179,180. It is clear that for m>180, T(m)/90 = m(m+1)/180 cannot be a prime, since then each factor in the numerator is larger than the denominator. All of the sequences A154296, ..., A154304 could or should be grouped together in a single ("fuzzy"?) table. It would be more interesting to have the function f(n) which gives the *number* of primes of the form T(k)/n. - M. F. Hasler, Jan 06 2013

PROG

(PARI) d=90*2; for(m=1, 999, (m^2+m)%d==0&isprime((m^2+m)/d)&print1(m", ")) \\ print the m-values(!) - use A154304(90) to get A154303 as a list/vector. \\ - M. F. Hasler, Jan 06 2013

EXTENSIONS

Edited by M. F. Hasler, Jan 06 2013

STATUS

approved

editing

#5 by Russ Cox at Sat Mar 31 12:38:19 EDT 2012
AUTHOR

_Vladimir Joseph Stephan Orlovsky (4vladimir(AT)gmail.com), _, Jan 06 2009

Discussion
Sat Mar 31
12:38
OEIS Server: https://oeis.org/edit/global/876
#4 by R. J. Mathar at Tue Jan 25 14:46:52 EST 2011
STATUS

reviewed

approved

#3 by R. J. Mathar at Tue Jan 25 14:38:11 EST 2011
STATUS

proposed

reviewed

#2 by R. J. Mathar at Tue Jan 25 14:38:03 EST 2011
COMMENTS

Next term will be larger then : 18289162080

KEYWORD

nonn,fini,full

STATUS

approved

proposed

#1 by N. J. A. Sloane at Fri Jan 09 03:00:00 EST 2009
NAME

Primes of the form : 1/x+2/x+3/x+4/x+5/x+6/x+7/x+..., x=90.

DATA

7, 11, 179, 181

OFFSET

1,1

COMMENTS

Next term will be larger then : 18289162080

MATHEMATICA

lst={}; s=0; Do[s+=n/90; If[Floor[s]==s, If[PrimeQ[s], AppendTo[lst, s]]], {n, 0, 5*9!}]; lst

KEYWORD

nonn,new

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 06 2009

STATUS

approved