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!)
A280447 Like A065759 but where f(n) = 3*n. 2
176594, 281894, 371894, 446594, 1765940, 2818940, 2822594, 3718940, 3722594, 4465940, 17659400, 28189400, 28225940, 37189400, 37225940, 44659400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers of the form 176594*10^k, 281894*10^k, 371894*10^k, 446594*10^k, etc., with k>=0, belong to the sequence.
LINKS
EXAMPLE
176594 = concat(1,76594) = concat(17,6594) = concat(176,594) = concat(1765,94) = concat(17659,4) and (1*76594 + 17*6594 + 176*594 + 1765*94 + 17659*4) = 529782 = 3*176594.
MAPLE
P:=proc(q) local a, k, n; for n from 1 to q do a:=0;
for k from 1 to ilog10(n) do a:=a+(n mod 10^k)*trunc(n/10^k); od;
if a/n=3 then print(n); fi; od; end: P(10^9);
CROSSREFS
Sequence in context: A273727 A368419 A203406 * A205177 A205276 A321827
KEYWORD
nonn,base,more
AUTHOR
Paolo P. Lava, Jan 03 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 June 3 07:50 EDT 2024. Contains 373054 sequences. (Running on oeis4.)