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!)
A331476 The (10^n)-th even-digit number. 2
0, 28, 688, 24888, 608888, 22288888, 446888888, 20048888888, 402088888888, 8042888888888, 260868888888888, 6228488888888888, 224680888888888888, 4604628888888888888, 202202688888888888888, 4044064888888888888888, 80882408888888888888888 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A014263(10^n).
MAPLE
b:= proc(n) local m, r; m, r:= n-1, 0;
while m>0 do r:= 2*irem(m, 5, 'm'), r od;
parse(cat(r))/10
end:
a:= n-> b(10^n):
seq(a(n), n=0..20);
CROSSREFS
Sequence in context: A269473 A278805 A160141 * A239408 A215857 A185987
KEYWORD
nonn,base
AUTHOR
Alois P. Heinz, Jan 17 2020
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 March 29 10:22 EDT 2024. Contains 371268 sequences. (Running on oeis4.)