login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074601 2^n + 6^n. 3
2, 8, 40, 224, 1312, 7808, 46720, 280064, 1679872, 10078208, 60467200, 362799104, 2176786432, 13060702208, 78364180480, 470185017344, 2821109972992, 16926659575808, 101559956930560, 609359740534784, 3656158441111552 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..200

FORMULA

a(n) = 6*a(n-1)-2^n = 8*a(n-1)- 12*a(n-2).

G.f.: 1/(1-2*x)+1/(1-6*x). E.g.f.: e^(2*x)+e^(6*x). [From Mohammad K. Azarian (azarian(AT)evansville.edu), Jan 02 2009]

MATHEMATICA

Table[2^n + 6^n, {n, 0, 22}]

PROG

(MAGMA) [2^n + 6^n: n in [0..35]]; // Vincenzo Librandi, Apr 30 2011

CROSSREFS

Cf. A000051, A034472, A052539, A034474, A062394, A034491, A062395, A062396, A007689, A063376, A063481, A074600 - A074624.

Sequence in context: A027282 A006195 A092807 * A052701 A151374 A177408

Adjacent sequences:  A074598 A074599 A074600 * A074602 A074603 A074604

KEYWORD

easy,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 25 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 13:49 EST 2012. Contains 205810 sequences.