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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154298 Primes of the form : 1/x+2/x+3/x+4/x+5/x+6/x+7/x+..., x=33. 0
2, 7, 17, 67 (list; graph; refs; listen; history; 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.

MATHEMATICA

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

CROSSREFS

Cf. A057570, A154293, A154296 - A154304.

Sequence in context: A007049 A133407 A067602 * A122382 A025554 A028888

Adjacent sequences:  A154295 A154296 A154297 * A154299 A154300 A154301

KEYWORD

nonn,fini,full

AUTHOR

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

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 15 12:24 EST 2012. Contains 205785 sequences.