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!)
A066996 Numbers n such that Sum_{i=2..n} 1/A001221(i) is an integer. 1
2, 3, 4, 5, 10, 11, 14, 18, 19, 21, 24, 25, 28, 29, 62, 65, 80, 81, 102, 103, 115, 117, 119, 130, 131, 140, 142, 144, 146, 148, 149, 158, 160, 162, 163, 170, 172, 173, 182, 184, 195, 341, 348, 349, 357, 366, 367, 369, 375, 377, 386, 388, 389, 426, 428, 441, 450 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2, 1000], IntegerQ[Sum[1/PrimeNu[k], {k, 2, #}]] &] (* G. C. Greubel, Apr 23 2017 *)
PROG
(PARI) { n=0; a=0; for (m=2, 10^10, a+=1/omega(m); if (a % 1.0 == 0 , write("b066996.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Apr 24 2010
CROSSREFS
Sequence in context: A210495 A179302 A240083 * A126427 A032860 A032884
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 27 2002
EXTENSIONS
Missing terms a(22)=117 and a(24)=130 added by Harry J. Smith, Apr 24 2010
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 April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)