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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)