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!)
A199685 a(n) = 5*10^n+1. 6
6, 51, 501, 5001, 50001, 500001, 5000001, 50000001, 500000001, 5000000001, 50000000001, 500000000001, 5000000000001, 50000000000001, 500000000000001, 5000000000000001, 50000000000000001, 500000000000000001, 5000000000000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 3*A126109(n).
a(n) = 10*a(n-1)-9.
a(n) = 11*a(n-1)-10*a(n-2).
G.f.: 3*(2-5*x)/((1-x)*(1-10*x)).
MATHEMATICA
LinearRecurrence[{11, -10}, {6, 51}, 30] (* Harvey P. Dale, Apr 06 2013 *)
PROG
(Magma) [5*10^n+1: n in [0..30]];
(PARI) a(n)=5*10^n+1 \\ Charles R Greathouse IV, Oct 16 2015
CROSSREFS
Sequence in context: A202754 A363112 A180901 * A225615 A002295 A369507
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 09 2011
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)