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!)
A250044 Numbers n such that m = floor(n/8) is coprime to n and, if nonzero, m is also a term of the sequence. 9
1, 8, 9, 10, 11, 12, 13, 14, 15, 65, 67, 69, 71, 73, 74, 76, 77, 79, 81, 83, 87, 89, 90, 91, 92, 93, 94, 95, 97, 101, 103, 105, 106, 107, 108, 109, 110, 111, 113, 115, 117, 121, 122, 124, 127, 521, 522, 523, 524, 526, 527, 537 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See the comments in A250040 which all apply, except for the setting of the base, b=8. In particular, they define the property RTC(b).
LINKS
Stanislav Sykora, PARI/GP scripts for genetic threads, with code and comments.
Wikipedia, Coprime integers
PROG
(PARI) See the link
(PARI) is_rtc(n, b=8) = {while (((m=gcd(n\b, n)) == 1), if (m == 0, return (1)); if ((n=n\b) == 0, return (1)); ); return (0); } \\ Michel Marcus, Jan 18 2015
CROSSREFS
Cf. A250040 (b=10), A250045.
Other lists of right-truncatable numbers with the property RTC(b): A250036 (b=4), A250038 (b=16), A250042 (b=9), A250046 (b=7), A250048 (b=6), A250050 (b=5).
Sequence in context: A115419 A294238 A161639 * A295291 A162788 A115842
KEYWORD
nonn,base
AUTHOR
Stanislav Sykora, Jan 15 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)