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!)
A154298 Primes of the form (1+...+m)/33 = A000217(m)/33, for some m. 2
2, 7, 17, 67 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes which are some triangular number A000217 divided by 33. Finiteness is shown with the same strategy as in A154297.
Original definition: Primes of the form : 1/x+2/x+3/x+4/x+5/x+6/x+7/x+..., x=33.
The corresponding m-values are m=11, 21, 33, 66 (cf. A154296). It is clear that for m>66, A000217(m)/33 = m(m+1)/66 cannot be a prime. - M. F. Hasler, Dec 31 2012
LINKS
MATHEMATICA
lst={}; s=0; Do[s+=n/33; If[Floor[s]==s, If[PrimeQ[s], AppendTo[lst, s]]], {n, 0, 9!}]; lst
PROG
(PARI) select(x->denominator(x)==1 & isprime(x), vector(66, m, m^2+m)/66) \\ - M. F. Hasler, Dec 31 2012
CROSSREFS
Sequence in context: A182667 A067602 A216389 * A225806 A283754 A122382
KEYWORD
nonn,fini,full,easy
AUTHOR
EXTENSIONS
Edited by M. F. Hasler, Dec 31 2012
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 August 24 21:46 EDT 2024. Contains 375417 sequences. (Running on oeis4.)