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!)
A033145 Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,0. 2
1, 9, 81, 730, 6570, 59130, 532171, 4789539, 43105851, 387952660, 3491573940, 31424165460, 282817489141, 2545357402269, 22908216620421, 206173949583790, 1855565546254110, 16700089916286990, 150300809246582911, 1352707283219246199, 12174365548973215791 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = +9*a(n-1) +a(n-3) -9*a(n-4). G.f.: x / ( (x-1)*(9*x-1)*(1+x+x^2) ). - R. J. Mathar, Jan 08 2011
a(n) = floor((81/728)*9^n). - Tani Akinari, Jul 18 2014
EXAMPLE
The first six terms have base 9 representations 1, 10, 100, 1001, 10010, 100100.
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {1, 0, 0}], 9], {n, 30}] (* Harvey P. Dale, Dec 18 2018 *)
PROG
(PARI) Vec(x / ( (x-1)*(9*x-1)*(1+x+x^2) )+ O(x^30)) \\ Michel Marcus, Jul 18 2014
CROSSREFS
Sequence in context: A158779 A047901 A061587 * A158762 A101601 A233737
KEYWORD
nonn,base,easy
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Jul 18 2014
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 13 19:55 EDT 2024. Contains 372522 sequences. (Running on oeis4.)