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!)
A274073 a(n) = 6^n-(-1)^n. 3
0, 7, 35, 217, 1295, 7777, 46655, 279937, 1679615, 10077697, 60466175, 362797057, 2176782335, 13060694017, 78364164095, 470184984577, 2821109907455, 16926659444737, 101559956668415, 609359740010497, 3656158440062975, 21936950640377857, 131621703842267135 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
O.g.f.: 7*x/((1+x)*(1-6*x)).
E.g.f.: exp(6*x) - exp(-x).
a(n) = 5*a(n-1) + 6*a(n-2) for n>1.
a(n) = 7*A015540(n).
PROG
(PARI) concat(0, Vec(7*x/((1+x)*(1-6*x)) + O(x^30)))
CROSSREFS
Cf. A015540.
Sequences of the type k^n-(-1)^n: A062157 (k=0), A010673 (k=1), A062510 (k=2), A105723 (k=3), A247281 (k=4), A274072 (k=5), this sequence (k=6).
Sequence in context: A360083 A267712 A263513 * A177261 A105926 A184460
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jun 09 2016
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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)