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!)
A261863 a(n) = A143480(n)/n. 1
1, 2, 3, 4, 5, 12, 7, 13, 9, 16, 11, 29, 11, 23, 19, 22, 13, 36, 17, 40, 27, 37, 19, 53, 23, 41, 27, 43, 23, 79, 23, 43, 37, 47, 35, 72, 29, 59, 47, 71, 31, 103, 31, 64, 57, 61, 31, 89, 37, 79, 51, 71, 37, 107, 53, 89, 61, 79, 41, 149, 41, 83, 71, 82, 59, 142 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a = t = {1}; lim = 66; Do[k = 1; While[EulerPhi[k n] <= t[[n - 1]], k++]; AppendTo[a, k n]; AppendTo[t, EulerPhi[k n]], {n, 2, lim}]; Array[Take[a, {#}]/# &, {lim}] // Flatten (* Michael De Vlieger, Sep 04 2015 *)
CROSSREFS
Cf. A143480, A143481 (phi(n*a(n))).
Cf. similar sequence A259439 (A143482(n)/n).
Sequence in context: A352257 A225607 A227987 * A327262 A344370 A143482
KEYWORD
nonn
AUTHOR
Peter Kagey, Sep 03 2015
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 July 18 05:05 EDT 2024. Contains 374377 sequences. (Running on oeis4.)