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!)
A126196 Numbers k such that gcd(A001008(k), A001008(floor(k/2))) > 1. 12
7, 546, 1092, 1755, 3510, 4896, 52447, 670668 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Note a connection to the Wieferich primes A001220: a(2) = (A001220(1) - 1)/2, a(3) = A001220(1) - 1, a(4) = (A001220(2) - 1)/2, a(5) = A001220(2) - 1. [Comment regarding a(2) added by Kevin J. Gomez, Jul 11 2017]
a(9) > 840000. - Giovanni Resta, May 13 2016
LINKS
MATHEMATICA
Select[Range[5000], GCD @@ Numerator@ HarmonicNumber@{#, Floor[#/2]} > 1 &] (* Giovanni Resta, May 13 2016 *)
PROG
(PARI) a001008(n)=numerator(sum(i=1, n, 1/i))
for(n=1, 1e6, if(gcd(a001008(n), a001008(n/2)) > 1, print1(n, ", "))) \\ Felix Fröhlich, Aug 08 2014
CROSSREFS
The corresponding GCDs are given by A126197.
Sequence in context: A056852 A316394 A300391 * A182433 A329368 A333208
KEYWORD
nonn,more
AUTHOR
Max Alekseyev and Tanya Khovanova, Mar 07 2007, corrected Mar 10 2007
EXTENSIONS
a(8) from Giovanni Resta, May 13 2016
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 24 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)