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!)
A048410 Numbers whose consecutive digits differ by 8. 6

%I #7 Oct 10 2019 23:17:37

%S 0,1,2,3,4,5,6,7,8,9,19,80,91,191,808,919,1919,8080,9191,19191,80808,

%T 91919,191919,808080,919191,1919191,8080808,9191919,19191919,80808080,

%U 91919191,191919191,808080808,919191919,1919191919,8080808080

%N Numbers whose consecutive digits differ by 8.

%t With[{nn=10},Join[Range[0,9],Table[FromDigits[PadRight[{},n,{1,9}]],{n,nn}], Table[FromDigits[PadRight[{},m,{9,1}]],{m,nn}],Table[ FromDigits[ PadRight[ {},k,{8,0}]],{k,nn}]]]//Union (* _Harvey P. Dale_, Jul 17 2017 *)

%Y Cf. A033075, A033088, A033081, A048407-A048409.

%K nonn,base

%O 0,3

%A _Patrick De Geest_, Apr 15 1999

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 July 13 16:37 EDT 2024. Contains 374284 sequences. (Running on oeis4.)