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!)
A102865 Base-4 digits are, in order, the first n terms of the sequence (1, 3, 21, 203, 2021, 20203, 202021, 2020203, 20202021, 202020203, ... ). 1
1, 3, 9, 35, 137, 547, 2185, 8739, 34953, 139811, 559241, 2236963, 8947849, 35791395, 143165577, 572662307, 2290649225, 9162596899, 36650387593, 146601550371, 586406201481, 2345624805923, 9382499223689, 37529996894755, 150119987579017, 600479950316067 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
4^n = a(n) + A037576(n) for n >= 1.
a(n) + a(n+1) = A039301(n+2).
a(n) = 4*a(n-1) + a(n-2) - 4*a(n-3). - Harvey P. Dale, Mar 23 2012
G.f.: 1 + x*(3-3*x-4*x^2)/((1-x)*(1+x)*(1-4*x)). - Colin Barker, Aug 28 2012
MATHEMATICA
FromDigits[IntegerDigits[#], 4]&/@(NestList[FromDigits[Flatten[ IntegerDigits[#]/.{3->{2, 1}, 1->{0, 3}}]]&, 1, 30]) (* or *) LinearRecurrence[{4, 1, -4}, {1, 3, 9}, 31](* Harvey P. Dale, Mar 23 2012 *)
CROSSREFS
Cf. A037576.
Sequence in context: A149017 A149018 A149019 * A046697 A151045 A369389
KEYWORD
base,easy,nonn
AUTHOR
Creighton Dement, Mar 01 2005
EXTENSIONS
More terms from Harvey P. Dale, Mar 23 2012
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)