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!)
A213933 G.f.: (1+x+x^2+2*x^5-2*x^10)/(1-3*x^3). 1
1, 1, 1, 3, 3, 5, 9, 9, 15, 27, 25, 45, 81, 75, 135, 243, 225, 405, 729, 675, 1215, 2187, 2025, 3645, 6561, 6075, 10935, 19683, 18225, 32805, 59049, 54675, 98415, 177147, 164025, 295245, 531441, 492075, 885735, 1594323, 1476225, 2657205, 4782969, 4428675, 7971615 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000 [a(0)=1 inserted by Georg Fischer, Jan 17 2021]
MATHEMATICA
lst = {}; Do[a = Ceiling[25*3^(n - 3)]; b = Floor[5*3^(n - 1)]; c = 3^(n + 1); AppendTo[lst, {a, b, c}], {n, 0, 14}]; Prepend[Flatten@lst, 1]
CoefficientList[Series[(1 + x + x^2 + 2*x^5 - 2*x^10)/(1 - 3*x^3), {x, 0, 44}], x] (* Vincenzo Librandi, Jul 12 2012 *)
LinearRecurrence[{0, 0, 3}, {1, 1, 1, 3, 3, 5, 9, 9, 15, 27, 25}, 51] (* Harvey P. Dale, Jan 12 2020 *)
PROG
(PARI) my(x='x+O('x^50)); Vec((1+x+x^2+2*x^5-2*x^10)/(1-3*x^3)) \\ Michel Marcus, Jan 16 2021
CROSSREFS
Sequence in context: A287195 A179437 A136791 * A091916 A102437 A319794
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Replaced unclear definition with a precise generating function from Bruno Berselli, Jun 27 2012. - N. J. A. Sloane, Jan 11 2021
Name changed and initial term added by Arkadiusz Wesolowski, Dec 20 2020
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 8 07:10 EDT 2024. Contains 373207 sequences. (Running on oeis4.)