[go: up one dir, main page]

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!)
Revision History for A037183 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A037183 Smallest number that is palindromic (with at least 2 digits) in n bases.
(history; published version)
#93 by N. J. A. Sloane at Sat Jul 25 21:25:49 EDT 2020
STATUS

editing

approved

#92 by N. J. A. Sloane at Sat Jul 25 21:25:47 EDT 2020
EXAMPLE

10 is a palindrome in basebases 3, 4 and 9: 101(3), 22(4) and 11(9). So a(3)=10.

STATUS

approved

editing

#91 by N. J. A. Sloane at Sat Jul 25 21:25:06 EDT 2020
STATUS

editing

approved

#90 by N. J. A. Sloane at Sat Jul 25 21:25:04 EDT 2020
EXAMPLE

3 = 11 in base 2.

5 = 101 in base 2 and 11 in base 4.

STATUS

approved

editing

#89 by Jon E. Schoenfield at Sat Mar 02 02:35:27 EST 2019
STATUS

editing

approved

#88 by Jon E. Schoenfield at Sat Mar 02 02:35:25 EST 2019
LINKS

Giovanni Resta and Robert G. Wilson v, <a href="/A037183/b037183.txt">Table of n, a(n) for n = 1..342</a> (first 100 terms from Giovanni Resta).)

STATUS

approved

editing

#87 by Jon E. Schoenfield at Sun Feb 10 01:58:19 EST 2019
STATUS

reviewed

approved

#86 by Joerg Arndt at Sun Feb 10 00:28:25 EST 2019
STATUS

proposed

reviewed

#85 by Michel Marcus at Sun Feb 10 00:16:24 EST 2019
STATUS

editing

proposed

#84 by Michel Marcus at Sun Feb 10 00:16:20 EST 2019
MATHEMATICA

f[n_] := Module[{idn, s = Floor@ Sqrt[n + 1] - 1}, lng = Table[ If[ Reverse[ idn = IntegerDigits[n, b]] == idn, {b}, Sequence @@ {}], {b, 2, s + 1}]; If[ IntegerQ@ Sqrt[n + 1], -1, 0] + Length@ lng + Count[ Mod[n, Range@ s], 0]]; f[n_] := 0 /; n < 3; t = Table[0, {700}]; k = 3; While[k < 1100000001, a = f[k]; If[ t[[a]] == 0, t[[a]] = k; Print[{a, k}]]; k <++]; Take[t, 310] (* _Robert G. Wilson v_, Nov 02 2014 *)

1100000001, a = f[k]; If[ t[[a]] == 0, t[[a]] = k; Print[{a, k}]]; k++]; Take[t, 310] (* Robert G. Wilson v, Nov 02 2014 *)

STATUS

proposed

editing

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 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)