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!)
A276644 Self-composition of the repunits; g.f.: A(x) = G(G(x)), where G(x) = g.f. of A002275. 0
0, 1, 22, 464, 9658, 199666, 4112922, 84558014, 1736623658, 35646098566, 731452470122, 15006822709814, 307859627711658, 6315326642698966, 129547066718721322, 2657377349777550614, 54509922224486463658, 1118139793621467673366, 22935894163202834676522, 470473020119757115115414 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Repunit
FORMULA
O.g.f.: x*(1 - x)*(1 - 10*x)/((1 - 21*x + 10*x^2)*(1 - 12*x + 10*x^2)).
a(n) = 33*a(n-1) - 272*a(n-2) + 330*a(n-3) - 100*a(n-4) for n > 3.
a(n) = ((6 - sqrt(26))^n - (6 + sqrt(26))^n)/(18*sqrt(26)) + 10*(((21 + sqrt(401))/2)^n - ((21 - sqrt(401))/2)^n)/(9*sqrt(401)).
A000035(a(n)) = A063524(n).
MATHEMATICA
LinearRecurrence[{33, -272, 330, -100}, {0, 1, 22, 464}, 20]
PROG
(PARI) concat(0, Vec(x*(1-x)*(1-10*x)/((1-21*x+10*x^2)*(1-12*x+10*x^2)) + O(x^99))) \\ Altug Alkan, Sep 08 2016
(Magma) I:=[0, 1, 22, 464]; [n le 4 select I[n] else 33*Self(n-1)-272*Self(n-2)+330*Self(n-3)-100*Self(n-4): n in [1..20]]; // Vincenzo Librandi, Sep 09 2016
CROSSREFS
Cf. A030267 (self-composition of the natural numbers), A030279 (self-composition of the squares), A030280 (self-composition of the triangular numbers).
Sequence in context: A170703 A170741 A218724 * A139228 A240782 A261135
KEYWORD
nonn,easy
AUTHOR
Ilya Gutkovskiy, Sep 08 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 May 17 03:33 EDT 2024. Contains 372577 sequences. (Running on oeis4.)