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!)
A037736 Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 2,1,0,3. 0
2, 21, 210, 2103, 21032, 210321, 2103210, 21032103, 210321032, 2103210321, 21032103210, 210321032103, 2103210321032, 21032103210321, 210321032103210, 2103210321032103 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 10*a(n-1) + a(n-4) - 10*a(n-5). G.f: x*(2+x+3*x^3) / ((x-1)*(10*x-1)*(1+x)*(1+x^2)). - R. J. Mathar, Oct 05 2009
PROG
(PARI) Vec(x*(2+x+3*x^3)/((x-1)*(10*x-1)*(1+x)*(1+x^2)) + O(x^25)) \\ Jinyuan Wang, Apr 14 2020
CROSSREFS
Sequence in context: A303500 A037527 A131584 * A328073 A329318 A037559
KEYWORD
nonn,base,easy
AUTHOR
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)