Jump to content

Purging Palindromic number thoughts


Endy0816

Recommended Posts

I just need to get this stuff out of my head and this is probably a better place to do it than in(yet another) notebook.

 

A + A' = B

f(x) + r(x) = B

f(x) != r(x) or f(x) = r(x) - Dependent on base and x.

 

 

Mixed base series possible consisting of only palindromic numbers.

 

ie. 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 22, 33...

and no, I have no idea what use any of this would ever be. I keep thinking cryptography, but not sure how that would go.

 

Is non-palindrome forming mixed base possible? Unknown at present.

Link to comment
Share on other sites

I exist in a state of superposition with my selves :blink::)

 

Yeah, has been a bit crazy as of late. :)

 

 

Basic idea stems from base conversion. If you can convert something to 14, a slightly modified function can convert that to 41.

 

Some numbers convert the same for both functions, 55 for example(depending on the base).

 

Mainly hoping that looking into the general form will yield some insight. Passes the time at any rate.

Edited by Endy0816
Link to comment
Share on other sites

  • 1 month later...

[latex]\sum_{i=0}^{n}(a_{n-i} * b^{i})[/latex]

 

Works for an initial value in the form: anan-1an-2 ... a0 tested for base 10.

 

456 -> 6*102 + 5*101 + 4*100 = 654

 

...and yes, I'm butchering things a bit here...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.