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
21, 32, 43, 54, 65, 76, 87, 98, 109, 121, 131, 141, 151, 161, 171, 181, 191, 201, 211, 221, 232, 242, 252, 262, 272, 282, 292, 302, 312, 322, 332, 343, 353, 363, 373, 383, 393, 403, 413, 423, 433, 443, 454, 464, 474, 484, 494, 504, 514, 524, 534, 544, 554 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
9*21=189, 9*32=288, 9*43=387, 9*54=486, etc.
MATHEMATICA
Reap[Do[If[IntegerDigits[n][[ -1]]==IntegerDigits[9*n][[1]], Sow[n]], {n, 1000}]][[2, 1]]
Select[Range[100], Last[IntegerDigits[#]] == First[IntegerDigits[9 #]] &] (* G. C. Greubel, Jul 03 2016 *)
CROSSREFS
Sequence in context: A168001 A168004 A118866 * A118535 A127423 A319477
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Nov 16 2009
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 April 28 15:09 EDT 2024. Contains 372088 sequences. (Running on oeis4.)