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!)
A153848 Repeat 21. 1
21, 2121, 212121, 21212121, 2121212121, 212121212121, 21212121212121, 2121212121212121, 212121212121212121, 21212121212121212121, 2121212121212121212121, 212121212121212121212121, 21212121212121212121212121, 2121212121212121212121212121 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (10^(2*n)-1)*21/99.
MAPLE
a:= n-> parse(cat(21$n)):
seq(a(n), n=1..20); # Alois P. Heinz, Jun 16 2021
PROG
(PARI) g2(n) = (10^(2*n)-1)*1*21/99 for(x=1, 25, print1(g2(x), ", "))
CROSSREFS
Cf. A177090.
Sequence in context: A265175 A300577 A304643 * A221771 A007593 A369097
KEYWORD
nonn,easy
AUTHOR
Cino Hilliard, Jan 02 2009
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 June 4 17:14 EDT 2024. Contains 373102 sequences. (Running on oeis4.)