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!)
A064544 Biquanimous numbers (or biquams): group the digits into two pieces (not necessarily equal or in order) with the same sum. 9
0, 11, 22, 33, 44, 55, 66, 77, 88, 99, 101, 110, 112, 121, 123, 132, 134, 143, 145, 154, 156, 165, 167, 176, 178, 187, 189, 198, 202, 211, 213, 220, 224, 231, 235, 242, 246, 253, 257, 264, 268, 275, 279, 286, 297, 303, 312, 314, 321, 325, 330, 336, 341, 347, 352, 358 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
This sequence is 10-automatic (decimal expansions form a regular language accepted by a finite automaton).
LINKS
EXAMPLE
143 is in the sequence because its digits {1, 4, 3} may be grouped so that 1+3 = 4.
PROG
(PARI) is(n) = { my (d=digits(n), s=[0]); for (k=1, #d, s=setunion(apply(v -> v+d[k], s), apply(v -> v-d[k], s))); setsearch(s, 0)>0 } \\ Rémy Sigrist, Jan 23 2021
CROSSREFS
Cf. A064671, A064686 (number of n-digit base-3 biquams), A065023, A065024, A065025.
Sequence in context: A078273 A345391 A065571 * A083967 A343444 A193772
KEYWORD
base,easy,nonn
AUTHOR
David W. Wilson, Oct 09 2001
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 7 13:58 EDT 2024. Contains 372310 sequences. (Running on oeis4.)