login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139819 Complement of A010785. 4
10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

A202022(a(n)) = 0. [Reinhard Zumkeller, Dec 09 2011]

LINKS

_Reinhard Zumkeller_, Table of n, a(n) for n = 1..10000

Eric Weisstein's World of Mathematics, Repdigit

Wikipedia, Repdigit

PROG

(Haskell)

a139819 n = a139819_list !! (n-1)

a139819_list = filter ((== 0) . a202022) [0..]

-- Reinhard Zumkeller, Dec 09 2011

CROSSREFS

Cf. A066484 (subsequence).

Sequence in context: A098732 A109394 A139704 * A031955 A029742 A043638

Adjacent sequences:  A139816 A139817 A139818 * A139820 A139821 A139822

KEYWORD

nonn,base

AUTHOR

N. J. A. Sloane, Jun 02 2008

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 26 04:23 EDT 2013. Contains 225653 sequences.