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!)
A014926 a(1)=1, a(n) = n*11^(n-1) + a(n-1). 1
1, 23, 386, 5710, 78915, 1045221, 13446148, 169343516, 2098573445, 25678050355, 310989720966, 3734729768298, 44534298665671, 527852268680705, 6224099772429320, 73060070483079736 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(1)=1, a(2)=23, a(n) = 22*a(n-1) - 121*a(n-2) + 1. - Vincenzo Librandi, Oct 23 2012
G.f.: x/((1 - x)*(1 - 11*x)^2). - Vincenzo Librandi, Oct 23 2012
MATHEMATICA
CoefficientList[Series[1/((1 - x)(1 - 11*x)^2), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 23 2012 *)
PROG
(Magma) I:=[1, 23]; [n le 2 select I[n] else 22*Self(n-1) - 121*Self(n-2) + 1: n in [1..30]]; // Vincenzo Librandi, Oct 23 2012
(PARI) a(n) = (1+11^n*(10*n-1))/100; \\ Jinyuan Wang, Mar 11 2020
CROSSREFS
Sequence in context: A264321 A285234 A046493 * A353117 A016267 A142821
KEYWORD
nonn,easy
AUTHOR
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)