cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 11-16 of 16 results.

A029737 Numbers whose square is palindromic in base 12.

Original entry on oeis.org

0, 1, 2, 3, 13, 26, 145, 157, 169, 179, 181, 290, 292, 302, 611, 1729, 1745, 1783, 1885, 2041, 3458, 3614, 3796, 20737, 20881, 21025, 21169, 22477, 22621, 22765, 24073, 24217, 24361, 24599, 25523, 25579, 28613, 41474, 41618, 41908, 43214
Offset: 1

Views

Author

Keywords

Crossrefs

Numbers k such that k^2 is palindromic in base b: A003166 (b=2), A029984 (b=3), A029986 (b=4), A029988 (b=5), A029990 (b=6), A029992 (b=7), A029805 (b=8), A029994 (b=9), A002778 (b=10), A029996 (b=11), this sequence (b=12), A029998 (b=13), A030072 (b=14), A030073 (b=15), A029733 (b=16), A118651 (b=17).

Programs

  • Mathematica
    pal12Q[n_]:=Module[{idn12=IntegerDigits[n^2,12]},idn12==Reverse[idn12]]
    Select[Range[0,50000],pal12Q]  (* Harvey P. Dale, Feb 06 2011 *)

A029998 Numbers k such that k^2 is palindromic in base 13.

Original entry on oeis.org

0, 1, 2, 3, 14, 28, 170, 183, 196, 209, 308, 340, 353, 366, 2198, 2380, 2562, 2898, 4026, 4242, 4396, 4578, 7078, 7662, 28562, 28731, 28900, 29069, 30772, 30941, 31110, 32813, 32982, 33151, 37374, 51510, 52360, 54942, 55449, 57124, 57293
Offset: 1

Views

Author

Keywords

Crossrefs

Numbers k such that k^2 is palindromic in base b: A003166 (b=2), A029984 (b=3), A029986 (b=4), A029988 (b=5), A029990 (b=6), A029992 (b=7), A029805 (b=8), A029994 (b=9), A002778 (b=10), A029996 (b=11), A029737 (b=12), this sequence (b=13), A030072 (b=14), A030073 (b=15), A029733 (b=16), A118651 (b=17).

A030072 Numbers k such that k^2 is palindromic in base 14.

Original entry on oeis.org

0, 1, 2, 3, 15, 24, 30, 47, 165, 197, 211, 225, 239, 394, 408, 422, 2190, 2445, 2745, 2955, 3165, 5490, 5700, 8565, 38417, 38613, 38809, 39005, 41175, 41371, 41567, 41763, 43737, 43933, 44129, 48159, 55962, 76834, 77030, 77226, 79592, 79788
Offset: 1

Views

Author

Keywords

Crossrefs

Numbers k such that k^2 is palindromic in base b: A003166 (b=2), A029984 (b=3), A029986 (b=4), A029988 (b=5), A029990 (b=6), A029992 (b=7), A029805 (b=8), A029994 (b=9), A002778 (b=10), A029996 (b=11), A029737 (b=12), A029998 (b=13), this sequence (b=14), A030073 (b=15), A029733 (b=16), A118651 (b=17).

Programs

  • Mathematica
    pal14Q[n_]:=Module[{idn14=IntegerDigits[n^2,14]},idn14==Reverse[idn14]]; Select[Range[0,80000],pal14Q] (* Harvey P. Dale, Mar 09 2012 *)

A030073 Numbers k such that k^2 is palindromic in base 15.

Original entry on oeis.org

0, 1, 2, 3, 4, 8, 12, 16, 19, 32, 39, 64, 76, 128, 144, 226, 241, 256, 271, 311, 452, 467, 478, 482, 576, 715, 904, 964, 1024, 1748, 1808, 1868, 2304, 2652, 2860, 3376, 3401, 3616, 3856, 4639, 6752, 6992, 7172, 8649, 10715, 13504, 13604
Offset: 1

Views

Author

Keywords

Crossrefs

Numbers k such that k^2 is palindromic in base b: A003166 (b=2), A029984 (b=3), A029986 (b=4), A029988 (b=5), A029990 (b=6), A029992 (b=7), A029805 (b=8), A029994 (b=9), A002778 (b=10), A029996 (b=11), A029737 (b=12), A029998 (b=13), A030072 (b=14), this sequence (b=15), A029733 (b=16), A118651 (b=17).

Programs

  • Mathematica
    p15Q[n_]:=Module[{id15=IntegerDigits[n^2,15]},id15==Reverse[id15]]; Select[ Range[0,14000],p15Q] (* Harvey P. Dale, Jun 03 2020 *)

A263607 Base 3 numbers whose square is a palindrome in base 3.

Original entry on oeis.org

0, 1, 2, 11, 101, 102, 202, 211, 1001, 1021, 2002, 10001, 10022, 11012, 12201, 20002, 100001, 100201, 200002, 201102, 1000001, 1000222, 1002201, 1011221, 1101211, 1211201, 1212022, 2000002, 10000001, 10002001, 10200102, 10201121, 11011211, 12212101, 20000002, 20011002, 100000001, 100002222, 100022001
Offset: 1

Views

Author

N. J. A. Sloane, Oct 22 2015

Keywords

Crossrefs

A263608 Palindromes which are base-3 representations of squares.

Original entry on oeis.org

0, 1, 11, 121, 10201, 11111, 112211, 122221, 1002001, 1120211, 11022011, 100020001, 101212101, 122111221, 1012112101, 1100220011, 10000200001, 10111011101, 110002200011, 111221122111, 1000002000001, 1001221221001, 1012200022101, 1101202021011, 1221221221221, 10101111110101
Offset: 1

Views

Author

N. J. A. Sloane, Oct 22 2015

Keywords

Crossrefs

Intersection of A001738 and A118594.

Programs

  • Maple
    rev3:= proc(n) local L,i; L:= convert(n,base,3); add(L[-i]*3^(i-1),i=1..nops(L)) end proc:
    c3:= proc(n) local L,i; L:= convert(n,base,3); add(L[i]*10^(i-1),i=1..nops(L)) end proc:
    R:= 0,1: count:= 2:
    for d from 2 while count < 100 do
        if d::odd then
          V:= select(issqr, [seq(seq(a*3^((d+1)/2) + b*3^((d-1)/2)+rev3(a),b=0..2),a=3^((d-3)/2) .. 3^((d-1)/2)-1)])
        else
          V:= select(issqr, [seq(a*3^(d/2) + rev3(a), a=3^(d/2-1) .. 3^(d/2)-1)]);
        fi;
        count:= count+nops(V);
        R:= R, op(map(c3,V));
    od:
    R; # Robert Israel, May 19 2024

Extensions

Name edited by Robert Israel, May 19 2024
Previous Showing 11-16 of 16 results.