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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074692 1 + n-th prime is harmonic. 0
3, 34, 57, 259, 428, 806, 15797, 21020, 21395 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..9.

EXAMPLE

1 + prime(34) = 140, which is harmonic, so 34 belongs to the sequence.

MATHEMATICA

isHarmonic[n_] := IntegerQ[n*DivisorSigma[0, n] / DivisorSigma[1, n]]; Select[Range[10^5], isHarmonic[Prime[ # ] + 1] &]

CROSSREFS

Cf. A001599.

Sequence in context: A197220 A042821 A110070 * A003348 A086488 A195021

Adjacent sequences:  A074689 A074690 A074691 * A074693 A074694 A074695

KEYWORD

easy,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Sep 27 2002

STATUS

approved

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 June 19 13:41 EDT 2013. Contains 226411 sequences.