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!)
A031882 Repdigital lucky numbers. 1
1, 3, 7, 9, 33, 99, 111, 777, 9999, 33333, 55555, 111111, 777777, 7777777, 55555555 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(16) > 10^8. - Robert G. Wilson v, May 12 2006
a(16) > 10^9. - Luke March, Jul 22 2014
LINKS
MATHEMATICA
lst=Range[1, 10^7, 2]; i = 2; While[lst[[i]]<=Length[lst], del=Partition[Range[lst[[i]], Length[lst], lst[[i]]], 1]; lst=Delete[lst, del]; i++ ]; lst=Select[lst, (Length[Union[IntegerDigits[ # ]]]==1)&] (* Robert G. Wilson v, May 12 2006 *)
CROSSREFS
Intersection of A000959 and A010785.
Subset of A309406.
Sequence in context: A328462 A328233 A031161 * A199190 A075982 A100839
KEYWORD
base,nonn,more
AUTHOR
EXTENSIONS
Two more terms from Vit Planocka (planocka(AT)mistral.cz), Feb 01 2003
a(15) from Robert G. Wilson v, May 12 2006
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 06:39 EDT 2024. Contains 371920 sequences. (Running on oeis4.)