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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092064 Prime numbers in A092063. 1
2, 3, 7, 19, 31, 79, 89, 137, 149, 181 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) f(n)= s=0; for(i=1, n, s=s+1/(prime(i)-1)); return(s); for (i=1, 500, if(isprime(f(i) && isprime(numerator(f(i))), print1(i, ", ")));

CROSSREFS

Sequence in context: A195354 A113165 A128025 * A152609 A172461 A091410

Adjacent sequences:  A092061 A092062 A092063 * A092065 A092066 A092067

KEYWORD

hard,nonn

AUTHOR

Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Feb 20 2004

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 17 02:31 EST 2012. Contains 205978 sequences.