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!)
A284440 Smallest number k such that A049559(k) / A187730(k) = n. 2
1, 21, 91, 65, 451, 217, 2059, 1665, 4699, 2101, 24564, 1729, 74023, 9017, 13051, 4097, 60691, 5833, 278693, 20801, 142003, 10649, 47611, 54145, 116251, 47321, 19684, 21953, 338083, 54901, 501643, 53505, 141571, 219641, 169051, 80353, 386059, 515509, 453259, 16401 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For every n, a(n)-1 is not squarefree.
LINKS
MATHEMATICA
a[n_]:= Block[{k=1}, While[GCD[k - 1, EulerPhi[k]]/GCD[CarmichaelLambda[k], k - 1] != n, k++]; k]; Table[a[n], {n, 40}] (* Indranil Ghosh, Mar 27 2017 *)
PROG
(PARI) a(n)={my(k=1); while(gcd(k - 1, eulerphi(k))/gcd(lcm(znstar(k)[2]), k - 1) != n, k++); k}; \\ Indranil Ghosh, Mar 27 2017
CROSSREFS
Cf. A284089.
Sequence in context: A268257 A223370 A223363 * A020248 A225705 A259758
KEYWORD
nonn
AUTHOR
Thomas Ordowski and Altug Alkan, Mar 27 2017
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)