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!)
A218738 a(n) = (35^n - 1)/34. 4
0, 1, 36, 1261, 44136, 1544761, 54066636, 1892332261, 66231629136, 2318107019761, 81133745691636, 2839681099207261, 99388838472254136, 3478609346528894761, 121751327128511316636, 4261296449497896082261, 149145375732426362879136, 5220088150634922700769761 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Partial sums of powers of 35 (A009979).
LINKS
FORMULA
From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1 - x)*(1 - 35*x)).
a(n) = 36*a(n-1) - 35*a(n-2).
a(n) = floor(35^n/34). (End)
E.g.f.: exp(x)*(exp(34*x) - 1)/34. - Stefano Spezia, Mar 28 2023
MATHEMATICA
LinearRecurrence[{36, -35}, {0, 1}, 30] (* Vincenzo Librandi, Nov 07 2012 *)
PROG
(PARI) A218738(n)=35^n\34
(Magma) [n le 2 select n-1 else 36*Self(n-1)-35*Self(n-2): n in [1..20]]; // Vincenzo Librandi, Nov 07 2012
(Maxima) A218738(n):=(35^n-1)/34$
makelist(A218738(n), n, 0, 30); /* Martin Ettl, Nov 07 2012 */
CROSSREFS
Cf. A009979.
Sequence in context: A170669 A170717 A170755 * A158700 A144128 A223405
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 08:20 EDT 2024. Contains 371964 sequences. (Running on oeis4.)