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!)
A082256 (Concatenation of 9n-8, 9n-7, 9n-6, 9n-5, 9n-4, 9n-3, 9n-2, 9n-1 and 9n) divided by 9. 4

%I #8 Aug 26 2015 01:55:56

%S 13717421,11234681268351302,21335691369361403,31436701470371504,

%T 41537711571381605,51638721672391706,61739731773401807,

%U 71840741874411908,81941751975422009,92042762076432110

%N (Concatenation of 9n-8, 9n-7, 9n-6, 9n-5, 9n-4, 9n-3, 9n-2, 9n-1 and 9n) divided by 9.

%e a(3) = 192021222324252627/9 = 21335691369361403.

%t Table[FromDigits[Flatten[Table[IntegerDigits[9*n -i], {i, 8, 0, -1}]]]/9, {n, 1, 20}] (* _Stefan Steinerberger_, Dec 30 2007 *)

%Y Cf. A082251, A082252, A082253, A082254, A082255.

%K base,easy,nonn

%O 1,1

%A _Amarnath Murthy_, Apr 11 2003

%E More terms from _Stefan Steinerberger_, Dec 30 2007

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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)