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!)
A274526 a(n) = ((1 + sqrt(11))^n - (1 - sqrt(11))^n)/sqrt(11). 2
0, 2, 4, 28, 96, 472, 1904, 8528, 36096, 157472, 675904, 2926528, 12612096, 54489472, 235099904, 1015094528, 4381188096, 18913321472, 81638523904, 352410262528, 1521205764096, 6566514153472, 28345085947904, 122355313430528, 528161486340096 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Number of zeros in substitution system {0 -> 11111, 1 -> 1001} at step n from initial string "1" (see example).
LINKS
Eric Weisstein's World of Mathematics, Substitution System
FORMULA
O.g.f.: 2*x/(1 - 2*x - 10*x^2).
E.g.f.: 2*exp(x)*sinh(sqrt(11)*x)/sqrt(11).
Dirichlet g.f.: (PolyLog(s,1+sqrt(11)) - PolyLog(s,1-sqrt(11)))/sqrt(11), where PolyLog(s,x) is the polylogarithm function.
a(n) = 2*a(n-1) + 10*a(n-2).
a(n) = 2*A083102(n-1), n>0.
Lim_{n->infinity} a(n+1)/a(n) = 1 + sqrt(11) = 1 + A010468.
EXAMPLE
Evolution from initial string "1": 1 -> 1001 -> 100111111111111001 -> 1001111111111110011001100110011001100110011001100110011001100111111111111001 -> ...
Therefore, number of zeros at step n:
a(0) = 0;
a(1) = 2;
a(2) = 4;
a(3) = 28, etc.
MATHEMATICA
LinearRecurrence[{2, 10}, {0, 2}, 25]
PROG
(PARI) concat(0, Vec(2*x/(1-2*x-10*x^2) + O(x^99))) \\ Altug Alkan, Jun 27 2016
CROSSREFS
Sequence in context: A156449 A259375 A192374 * A264667 A356700 A357158
KEYWORD
nonn,easy
AUTHOR
Ilya Gutkovskiy, Jun 27 2016
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 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)