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!)
A076364 Number of distinct terms in dRRS equals 2: A061498(x)=2. 0
9, 10, 12, 14, 18, 20, 22, 24, 25, 26, 27, 28, 34, 36, 38, 40, 44, 46, 48, 49, 50, 52, 54, 56, 58, 62, 68, 72, 74, 76, 80, 81, 82, 86, 88, 92, 94, 96, 98, 100, 104, 106, 108, 112, 116, 118, 121, 122, 124, 125, 134, 136, 142, 144, 146, 148, 152, 158, 160, 162, 164 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
2p and prime powers are here.
LINKS
PROG
(PARI) isok(n) = {my(va = select(x->(gcd(n, x)==1), [1..n])); vd = vector(#va-1, k, va[k+1] - va[k]); #Set(vd) == 2; } \\ Michel Marcus, Mar 30 2020
CROSSREFS
Sequence in context: A214602 A167819 A120185 * A175223 A181698 A342146
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 09 2002
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)