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!)
A080962 5th binomial transform of the periodic sequence (1,6,1,1,6,1...). 4
1, 11, 86, 596, 3896, 24656, 153056, 938816, 5714816, 34616576, 209010176, 1259303936, 7576795136, 45544656896, 273603485696, 1642963091456, 9863147257856, 59200358383616, 355288049647616, 2132071895269376 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 6*a(n-1)+5*4^(n-1).
a(n) = (7/2)*6^n-(5/2)*4^n.
G.f.: (1+x)/((1-4*x)*(1-6*x)). - Vincenzo Librandi, Aug 06 2013
MATHEMATICA
CoefficientList[Series[(1 + x) / ((1 - 4 x) (1 - 6 x)), {x, 0, 30}], x] (* Vincenzo Librandi, Aug 06 2013 *)
LinearRecurrence[{10, -24}, {1, 11}, 20] (* Harvey P. Dale, Sep 06 2016 *)
PROG
(Magma) [(7/2)*6^n-(5/2)*4^n: n in [0..25]]; // Vincenzo Librandi, Aug 06 2013
CROSSREFS
Sequence in context: A012794 A302954 A014917 * A243879 A298253 A277465
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Mar 03 2003
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 16 01:40 EDT 2024. Contains 371696 sequences. (Running on oeis4.)