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!)
A168005 Numbers n with property that first digit of 9*n = last digit of n. 1

%I #6 Jul 05 2016 02:48:16

%S 21,32,43,54,65,76,87,98,109,121,131,141,151,161,171,181,191,201,211,

%T 221,232,242,252,262,272,282,292,302,312,322,332,343,353,363,373,383,

%U 393,403,413,423,433,443,454,464,474,484,494,504,514,524,534,544,554

%N Numbers n with property that first digit of 9*n = last digit of n.

%H G. C. Greubel, <a href="/A168005/b168005.txt">Table of n, a(n) for n = 1..1000</a>

%e 9*21=189, 9*32=288, 9*43=387, 9*54=486, etc.

%t Reap[Do[If[IntegerDigits[n][[ -1]]==IntegerDigits[9*n][[1]],Sow[n]],{n,1000}]][[2,1]]

%t Select[Range[100], Last[IntegerDigits[#]] == First[IntegerDigits[9 #]] &] (* _G. C. Greubel_, Jul 03 2016 *)

%Y Cf. A167994, A167996, A167997, A167998, A168000, A168001, A168004.

%K base,nonn

%O 1,1

%A _Zak Seidov_, Nov 16 2009

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 13 18:22 EDT 2024. Contains 372522 sequences. (Running on oeis4.)