The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A349832 Even numbers that are "generated" (in Kaprekar's sense) in all three bases 2, 4, and 6. 3
0, 2, 10, 14, 16, 22, 24, 28, 34, 36, 38, 44, 50, 58, 60, 62, 66, 68, 72, 74, 76, 82, 84, 92, 94, 96, 98, 106, 108, 110, 118, 120, 122, 126, 132, 134, 136, 140, 146, 154, 156, 158, 162, 164, 170, 176, 178, 186, 196, 198, 202, 206, 210, 214, 216, 222, 228, 234, 238, 244, 246, 252, 256, 258, 260 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Using Max Alekseyev's PARI "Gen" program (see A010061), we run
vector(500,k,length(Gen(k,2))),
vector(500,k,length(Gen(k,4))), and
vector(500,k,length(Gen(k,6)))
to find the numbers that are generated in bases 2, 4, and 6, and then take the even numbers that are common to all three lists.
LINKS
CROSSREFS
A230624 is a subsequence.
A row of A350601.
Sequence in context: A098735 A324856 A345017 * A050546 A032384 A032624
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Jan 07 2022
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 May 15 01:31 EDT 2024. Contains 372536 sequences. (Running on oeis4.)