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!)
A082724 a(n) = (3*11^n + 3^n)/4. 2
1, 9, 93, 1005, 11001, 120849, 1328853, 14615925, 160770801, 1768465689, 19453083213, 213983797245, 2353821415401, 25892034506529, 284812376383173, 3132936130648965, 34462297408440801, 379085271406755369 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A083234.
LINKS
FORMULA
a(n) = (3*11^n + 3^n)/4.
G.f.: (1-5*x)/((1-11*x)*(1-3*x)).
E.g.f.: (3*exp(11*x) + exp(3*x))/4.
MATHEMATICA
Table[(3*11^n+3^n)/4, {n, 0, 20}] (* or *) LinearRecurrence[{14, -33}, {1, 9}, 20] (* Harvey P. Dale, Apr 09 2023 *)
PROG
(Magma)[(3*11^n+3^n)/4: n in [0..25]]; // Vincenzo Librandi, Jun 29 2011
CROSSREFS
Sequence in context: A297580 A306475 A181958 * A061635 A261688 A246212
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 June 28 04:22 EDT 2024. Contains 373761 sequences. (Running on oeis4.)