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!)
A009470 a(n) is the concatenation of n and 8n. 10

%I #18 Sep 08 2022 08:44:37

%S 18,216,324,432,540,648,756,864,972,1080,1188,1296,13104,14112,15120,

%T 16128,17136,18144,19152,20160,21168,22176,23184,24192,25200,26208,

%U 27216,28224,29232,30240,31248,32256,33264,34272,35280,36288,37296,38304,39312

%N a(n) is the concatenation of n and 8n.

%C All terms are divisible by 9. - _Michel Marcus_, Sep 21 2015

%H Vincenzo Librandi, <a href="/A009470/b009470.txt">Table of n, a(n) for n = 1..1000</a>

%t nxt[n_]:=Module[{idn=IntegerDigits[n], idn8=IntegerDigits[8n]}, FromDigits[Join[idn,idn8]]]; Array[nxt, 100] (* _Vincenzo Librandi_, Feb 04 2014 *)

%o (Magma) [Seqint(Intseq(8*n) cat Intseq(n)): n in [1..50]]; // _Vincenzo Librandi_, Feb 04 2014

%o (PARI) a(n) = eval(Str(n, 8*n)); \\ _Michel Marcus_, Sep 21 2015

%Y Cf. concatenation of n and k*n: A020338 (k=1), A019550 (k=2), A019551 (k=3), A019552 (k=4), A019553 (k=5), A009440 (k=6), A009441 (k=7), this sequence (k=8), A009474 (k=9).

%K nonn,base,less,easy

%O 1,1

%A _David W. Wilson_

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 25 12:27 EDT 2024. Contains 371969 sequences. (Running on oeis4.)