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!)
A355550 a(n) is the smallest number k such that k occurs in the Reverse-and-Multiply trajectories of exactly n positive integers less than k. 2
0, 4, 16, 1300, 976, 40300, 662704, 12251200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Smallest k such that A355549(k) = n.
LINKS
PROG
(PARI) revmult(n) = n*eval(concat(Vecrev(Str(n))))
a355549(n) = my(i=0); for(k=2, n-1, my(x=k); while(x < n, if(x==revmult(x), break, x=revmult(x))); if(x==n, i++)); i
a(n) = for(k=0, oo, if(a355549(k)==n, return(k)))
CROSSREFS
Sequence in context: A144177 A300315 A361196 * A296628 A123234 A198297
KEYWORD
nonn,base,hard,more
AUTHOR
Felix Fröhlich, Jul 06 2022
EXTENSIONS
a(5)-a(7) from Jinyuan Wang, Jul 07 2022
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 25 17:59 EDT 2024. Contains 372804 sequences. (Running on oeis4.)