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!)
A074601 a(n) = 2^n + 6^n. 4
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; text; internal format)
OFFSET
0,1
LINKS
Wei Chen, Enumeration of Set Partitions Refined by Crossing and Nesting Numbers, MS Thesis, Department of Mathematics. Simon Fraser University, Fall 2014. Table 5.2, r=2.
FORMULA
a(n) = 6*a(n-1) - 2^n = 8*a(n-1) - 12*a(n-2).
From Mohammad K. Azarian, Jan 02 2009: (Start)
G.f.: 1/(1-2*x) + 1/(1-6*x).
E.g.f.: e^(2*x) + e^(6*x). (End)
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
Sequence in context: A214763 A219587 A092807 * A214760 A052701 A151374
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Aug 25 2002
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 09:28 EDT 2024. Contains 371967 sequences. (Running on oeis4.)