login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Revision History for A029952

(Underlined text is an ; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A029952 Palindromic in base 5.
(history; published version)
#37 by Joerg Arndt at Fri Jun 14 01:49:34 EDT 2024
STATUS

reviewed

#36 by Michel Marcus at Fri Jun 14 00:43:30 EDT 2024
STATUS

proposed

#35 by Chai Wah Wu at Thu Jun 13 19:55:35 EDT 2024
STATUS

editing

#34 by Chai Wah Wu at Thu Jun 13 19:53:37 EDT 2024
PROG

return int((c:=n-x)*x+int(digits(c, 5)[-2::-1]or'0', 5) if n<x+y else (c:=n-y)*y+int(digits(c, 5)[-1::-1]or'0', 5)) # Chai Wah Wu, Jun 13 2024

#33 by Chai Wah Wu at Thu Jun 13 19:53:24 EDT 2024
PROG

STATUS

approved

#32 by Charles R Greathouse IV at Thu Sep 08 08:44:50 EDT 2022
PROG

(MAGMA) [n: n in [0..900] | Intseq(n, 5) eq Reverse(Intseq(n, 5))]; // Vincenzo Librandi, Sep 09 2015

Discussion
Thu Sep 08 08:44
OEIS Server: https://oeis.org/edit/global/2944
#31 by Harvey P. Dale at Sat Oct 24 12:59:24 EDT 2020
STATUS

editing

#30 by Harvey P. Dale at Sat Oct 24 12:59:21 EDT 2020
MATHEMATICA

STATUS

approved

#29 by Joerg Arndt at Sat Oct 17 04:22:19 EDT 2020
STATUS

reviewed

#28 by Michel Marcus at Sat Oct 17 03:42:18 EDT 2020
STATUS

proposed

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 August 27 05:29 EDT 2024. Contains 375462 sequences. (Running on oeis4.)