(33s) OEIS A56525: Odd Digitted Palindromes in Natural Order
|
08-15-2022, 11:46 AM
Post: #1
|
|||
|
|||
(33s) OEIS A56525: Odd Digitted Palindromes in Natural Order
Takes a natural number N from the stack & returns A56525(N) to stack.
Nth odd digitted palindrome in natural order. Preserves stack https://oeis.org/A056525 Input of negative of odd digitted palindrome returns index in A56525. Preserves stack. Code: 1. LBL O Tail. Erases first digit of stack level X. Preserves stack. Code: 1. LBL T Reverso. Reverses the order of digits in stack level X. eg 1234 becomes 4321. Preserves stack. Code: 1. LBL R |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)