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!)
A218747 a(n) = (44^n-1)/43. 3
0, 1, 45, 1981, 87165, 3835261, 168751485, 7425065341, 326702875005, 14374926500221, 632496766009725, 27829857704427901, 1224513738994827645, 53878604515772416381, 2370658598693986320765, 104308978342535398113661 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Partial sums of powers of 44 (A009988).
LINKS
FORMULA
G.f.: x/((1-x)*(1-44*x)). - Vincenzo Librandi, Nov 07 2012
a(n) = 45*a(n-1) - 44*a(n-2). - Vincenzo Librandi, Nov 07 2012
a(n) = floor(44^n/43). - Vincenzo Librandi, Nov 07 2012
MATHEMATICA
LinearRecurrence[{45, -44}, {0, 1}, 30] (* Vincenzo Librandi, Nov 07 2012 *)
Join[{0}, Accumulate[44^Range[0, 20]]] (* Harvey P. Dale, Dec 28 2015 *)
PROG
(PARI) A218747(n)=44^n\43
(Magma) [n le 2 select n-1 else 45*Self(n-1) - 44*Self(n-2): n in [1..20]]; // Vincenzo Librandi, Nov 07 2012
(Maxima) A218747(n):=(44^n-1)/43$
makelist(A218747(n), n, 0, 30); /* Martin Ettl, Nov 07 2012 */
CROSSREFS
Sequence in context: A170678 A170726 A170764 * A121009 A264061 A009989
KEYWORD
nonn,easy
AUTHOR
M. F. Hasler, Nov 04 2012
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 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)