The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A247819 Integers such that A247552(n) is not a repunit. 1
7, 11, 13, 14, 17, 19, 21, 22, 23, 26, 28, 29, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 53, 55, 56, 57, 58, 59, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 73, 74, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A247552(n) is the least number x such that the ratio of the sum of all the cyclic permutations of x, plus the unpermuted number, and x itself is equal to n.
When x is in the sequence, then all multiples of x are there too. The primitive terms, i.e., the terms that are not a multiple of a previous term, are 7, 11, 13, 17, 19, 23, 29, 37, 41, 43, 47, 48, 53, 59, 61, 62, ... Among those, one finds few composites: 48, 62, 93, 180, 675, 961, ...
LINKS
EXAMPLE
A247552(7) is 428571 instead of the more obvious 1111111, so 7 belongs to this sequence.
PROG
(PARI) lista() = my(v = readvec("b247552.txt")); select(x->vecmax(digits(x)) != 1, v, 1);
CROSSREFS
Cf. A247552.
Sequence in context: A072823 A110547 A279622 * A051660 A364562 A187040
KEYWORD
nonn,base
AUTHOR
Michel Marcus, Sep 24 2014
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 May 16 23:54 EDT 2024. Contains 372555 sequences. (Running on oeis4.)