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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070017 Least numbers m such that GCD of two consecutive values of cototients, i.e. GCD[cototient[m+1],cototient[m]] equals 2n-1. 0
2, 9, 38, 392, 135, 120, 362, 116, 745, 1183, 294, 528, 1395, 428, 1378, 2602, 1185, 203, 2313, 3042, 1966, 3549, 1431, 551, 7838, 4076, 473, 2635, 903, 2044, 13178, 942, 6819, 12418, 1188, 2264, 3282, 1775, 1517, 2127, 24380, 2884, 2035, 11481 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n)=Min{x; A049586(x)=2n-1}

EXAMPLE

n=104:2n-1=207,a(104)=235148 because A049586(235148)=207 and it is the smallest such a number. Remark that Count[t=Table[f[w],{w,1,100000}],1]=83132. This suggests that majority of values in A049586 equals one.

MATHEMATICA

f[x_] := GCD[x-EulerPhi[x], (x+1)-EulerPhi[x+1]] t = Table[0, {256} ]; Do[ c = f[n]; If[c <257 && t[[c]] == 0, t[[c]] = n], {n, 2, 10} ]; t

CROSSREFS

Sequence in context: A202832 A069724 A132961 * A054129 A037737 A037632

Adjacent sequences:  A070014 A070015 A070016 * A070018 A070019 A070020

KEYWORD

nonn

AUTHOR

Labos E. and Benoit Cloitre (benoit7848c(AT)orange.fr) (labos(AT)ana.sote.hu), Apr 12 2002

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 09:54 EST 2012. Contains 205763 sequences.