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!)
A196731 Expansion of (1-x)/(1-12*x). 2
1, 11, 132, 1584, 19008, 228096, 2737152, 32845824, 394149888, 4729798656, 56757583872, 681091006464, 8173092077568, 98077104930816, 1176925259169792, 14123103110037504, 169477237320450048 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} A193722(n,k)*9^(n-k).
a(n+1) = 12*a(n) for n > 0. - M. F. Hasler, Oct 05 2011
MATHEMATICA
Join[{1}, NestList[12#&, 11, 20]] (* Harvey P. Dale, Sep 19 2018 *)
PROG
(PARI) a(n)=if(n, 11*12^n--, 1) \\ Charles R Greathouse IV, Oct 05 2011
(PARI) a(n)=(11+!n)*12^(n-1) \\ M. F. Hasler, Oct 05 2011
CROSSREFS
Sequence in context: A229252 A242163 A105280 * A289415 A051431 A014994
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Oct 05 2011
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 29 05:33 EDT 2024. Contains 372921 sequences. (Running on oeis4.)