The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A020724 G.f.: 1/((1-6*x)*(1-9*x)*(1-12*x)). 0
1, 27, 495, 7695, 109431, 1474767, 19198215, 244167615, 3055792311, 37811613807, 464078786535, 5662363023135, 68791291322391, 833094971965647, 10065613312624455, 121404092777808255, 1462402531680439671 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (12^(n+2) - 2*9^(n+2) + 6^(n+2))/18. - Yahia Kahloune, Jun 30 2013
a(n) = 27*a(n-1) - 234*a(n-2) + 648*a(n-3). - Jinyuan Wang, Mar 10 2020
PROG
(PARI) Vec(1/((1-6*x)*(1-9*x)*(1-12*x)) + O(x^30)) \\ Jinyuan Wang, Mar 10 2020
CROSSREFS
Cf. A017933.
Sequence in context: A020726 A020969 A025956 * A021994 A020568 A021734
KEYWORD
nonn
AUTHOR
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 May 12 19:25 EDT 2024. Contains 372494 sequences. (Running on oeis4.)