(49G) OEIS A028907 - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (49G) OEIS A028907 (/thread-2473.html) |
(49G) OEIS A028907 - Gerald H - 11-22-2014 04:17 PM From the Online Encyclopaedia of Integer Sequences: A028907 Arrange digits of squares in ascending order. 0, 1, 4, 9, 16, 25, 36, 49, 46, 18, 1, 112, 144, 169, 169, 225, 256, 289, 234, 136, 4, 144, 448, 259, 567, 256, 667, 279, 478, 148, 9, 169 Just for fun on the 49G, works with Vers 1.19-6 & 2.10-7: :: CK1&Dispatch # FF :: FPTR2 ^DupQIsZero? ?SEMI NULL$SWAP FPTR2 ^ZSQ_ FPTR2 ^Z>S BINT10 ONE_DO INDEX@ #>$ NULL$ FPTR F 1A COERCEDUP #0=ITE DROP :: ROTSWAP ZERO_DO JINDEX@ #>$ &$ LOOP SWAP ; LOOP DROP FPTR2 ^S>Z ; ; @ Enter the index & the value is returned. RE: (49G) OEIS A028907 - AerobarSW - 01-28-2024 08:14 PM Also for fun, 2 UserRPL versions: 1/ for HP-49/50 Code: « SQ Code: « SQ { } RE: (49G) OEIS A028907 - mfleming - 01-29-2024 03:52 PM I'm sure there's a better APL expression, but I have a pretty poor handicap in code golf Code:
|