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!)
A083813 a(n) = 3*(10^n-1). 3

%I #12 Jan 25 2020 17:23:01

%S 27,297,2997,29997,299997,2999997,29999997,299999997,2999999997,

%T 29999999997,299999999997,2999999999997,29999999999997,299999999999997

%N a(n) = 3*(10^n-1).

%C Original definition: 3n+1 is the digit reversal of n+1.

%C 1. a(n) = 27 + 270 + 2700 + ... up to n terms = sum of n terms of the geometric progression with the first term 27 and common ratio 10.

%C 2. a(n) = 27*A000042(n) (the unary sequence).

%C Equals A086574 restricted to positive indices. See that entry for many more comments, formulas and references. - _M. F. Hasler_, Jul 29 2016

%t 3(10^Range[20]-1) (* or *) Table[10 FromDigits[PadRight[{2},n,9]]+7,{n,20}] (* _Harvey P. Dale_, Jan 25 2020 *)

%Y Essentially a duplicate of A086574.

%Y Cf. A000042, A083811, A083812.

%K nonn

%O 1,1

%A _Amarnath Murthy_ and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 08 2003

%E Edited by _M. F. Hasler_, Jul 29 2016

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 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)