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!)
A221908 a(n) = 6^n + 6*n. 2
1, 12, 48, 234, 1320, 7806, 46692, 279978, 1679664, 10077750, 60466236, 362797122, 2176782408, 13060694094, 78364164180, 470184984666, 2821109907552, 16926659444838, 101559956668524, 609359740010610 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1+4*x-35*x^2)/((1-x)^2*(1-6*x)).
a(n) = 8*a(n-1)-13*a(n-2)+6*a(n-3).
MATHEMATICA
Table[(6^n + 6 n), {n, 0, 30}] (* or *) CoefficientList[Series[(1 + 4 x - 35 x^2)/((1 - x)^2 (1 - 6 x)), {x, 0, 30}], x]
PROG
(Magma) [6^n+6*n: n in [0..30]]; /* or */ I:=[1, 12, 48]; [n le 3 select I[n] else 8*Self(n-1)-13*Self(n-2)+6*Self(n-3): n in [1..30]];
(PARI) a(n)=6^n+6*n \\ Charles R Greathouse IV, Apr 18 2013
CROSSREFS
Cf. A198396.
Sequence in context: A007200 A061148 A339760 * A242026 A340727 A052601
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 02 2013
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 24 20:05 EDT 2024. Contains 371963 sequences. (Running on oeis4.)