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!)
A037624 Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 2,0,3. 3
2, 20, 203, 2032, 20320, 203203, 2032032, 20320320, 203203203, 2032032032, 20320320320, 203203203203, 2032032032032, 20320320320320, 203203203203203, 2032032032032032, 20320320320320320, 203203203203203203, 2032032032032032032, 20320320320320320320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(2+3*x^2) / ( (x-1)*(10*x-1)*(1+x+x^2) ). - R. J. Mathar, Nov 21 2011
MATHEMATICA
CoefficientList[Series[(2 + 3 x^2) / ((x - 1) (10 x - 1) (1 + x + x^2)), {x, 0, 20}], x] (* Vincenzo Librandi, Feb 16 2018 *)
PROG
(Magma) I:=[2, 20, 203, 2032]; [n le 4 select I[n] else 10*Self(n-1)+Self(n-3)-10*Self(n-4): n in [1..30]]; // Vincenzo Librandi, Feb 16 2018
CROSSREFS
Sequence in context: A037722 A109107 A037729 * A077327 A173499 A067636
KEYWORD
nonn,base
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 May 27 21:52 EDT 2024. Contains 372882 sequences. (Running on oeis4.)