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!)
A261512 Largest n-digit lucky number. 0
9, 99, 997, 9999, 99987, 999987, 9999997, 99999979, 999999991, 9999999997, 99999999973, 999999999937, 9999999999999, 99999999999943, 999999999999993 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Perl) use ntheory ":all"; for (1..12) { $n=10**$_-1; $n-- while !is_lucky($n); say "$_ $n"; } # Dana Jacobsen, Mar 07 2023
CROSSREFS
Sequence in context: A101564 A242811 A070843 * A242809 A108908 A116260
KEYWORD
nonn,base,more
AUTHOR
Robert G. Wilson v, Aug 22 2015
EXTENSIONS
a(11)-a(15) from Hiroaki Yamanouchi, Aug 24 2015
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)