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!)
A360411 Numbers k such that k*(k+1) does not contain the digit 2. 1
2, 5, 7, 9, 10, 12, 17, 19, 22, 24, 25, 27, 29, 30, 32, 34, 37, 39, 40, 42, 44, 55, 57, 59, 60, 62, 64, 67, 69, 70, 74, 75, 77, 80, 82, 84, 85, 87, 89, 90, 92, 94, 97, 99, 100, 102, 105, 107, 109, 114, 115, 117, 122, 124, 125, 129, 130, 132, 134, 135, 137, 139, 140, 174, 175, 177, 182, 184, 185 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms == 0, 2, 4, 5, 7, or 9 (mod 10).
LINKS
EXAMPLE
a(4) = 9 is a term because 9*10 = 90 does not contain the digit 2.
MAPLE
remove(t -> member(2, convert(t*(t+1), base, 10)), [$1..1000]);
CROSSREFS
Sequence in context: A050114 A325171 A186155 * A181713 A047482 A367491
KEYWORD
nonn,base
AUTHOR
Robert Israel, Feb 12 2023
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 28 05:02 EDT 2024. Contains 371235 sequences. (Running on oeis4.)