The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A083223 a(n) = (5*6^n+(-6)^n)/6. 3
1, 4, 36, 144, 1296, 5184, 46656, 186624, 1679616, 6718464, 60466176, 241864704, 2176782336, 8707129344, 78364164096, 313456656384, 2821109907456, 11284439629824, 101559956668416, 406239826673664, 3656158440062976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (5*6^n+(-6)^n)/6.
G.f.: (1+4*x)/((1+6*x)*(1-6*x)).
E.g.f.: (5*exp(6*x)+exp(-6*x))/6.
a(n) = 36*a(n-2). - Wesley Ivan Hurt, Jun 24 2021
MATHEMATICA
CoefficientList[Series[(1+4x)/((1+6x)(1-6x)), {x, 0, 50}], x] (* Harvey P. Dale, Mar 01 2011 *)
PROG
(Magma) [(5*6^n+(-6)^n)/6: n in [0..25]]; // Vincenzo Librandi, Jun 29 2011
CROSSREFS
Sequence in context: A035287 A183354 A204504 * A102263 A103931 A334580
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 23 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 May 14 12:38 EDT 2024. Contains 372533 sequences. (Running on oeis4.)