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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154297 Primes of the form : 1/x+2/x+3/x+4/x+5/x+6/x+7/x+..., x=21. 2
5, 11, 41, 43 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

This asks for primes p which are a triangular number divided by 21, or, 2*3*7*p=k*(k+1) for some k. Matching factors shows that the sequence is complete [R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 15 2010]

MATHEMATICA

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

CROSSREFS

Cf. A057570, A154293, A154296

Sequence in context: A197337 A187984 A063626 * A089441 A046121 A023271

Adjacent sequences:  A154294 A154295 A154296 * A154298 A154299 A154300

KEYWORD

nonn,fini,full

AUTHOR

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

EXTENSIONS

Added keyword:fini,full - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 15 2010

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 21:56 EST 2012. Contains 205860 sequences.