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!)
A249830 Natural numbers having no valid Luhn mod 10 check digit. 3
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A249832(a(n)) = 0; A093017(a(n)) mod 10 > 0.
LINKS
Wikipedia, Luhn algorithm
PROG
(Haskell)
a249830 n = a249830_list !! (n-1)
a249830_list = filter ((== 0) . a249832) [0..]
CROSSREFS
Cf. A249832, A093017, A093018 (complement).
Sequence in context: A325400 A342523 A367615 * A300473 A271980 A353886
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 08 2014
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 18 11:12 EDT 2024. Contains 371779 sequences. (Running on oeis4.)