The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A307348 Numbers k such that there are no palindromic triangular numbers of length k. 2

%I #42 Aug 24 2020 23:08:11

%S 12,30,40

%N Numbers k such that there are no palindromic triangular numbers of length k.

%H P. De Geest, <a href="http://www.worldofnumbers.com/square.htm">Palindromic Squares</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PalindromicNumber.html">Palindromic Number</a>

%t A003098 = Select[PolygonalNumber[3, Range[0, 10^6]], PalindromeQ];

%t (* Set Range to level of desired running time. *)

%t nopal[n_] := Length[Select[A003098, IntegerLength[#] == n || (n == 1 && # == 0) &]]; Select[Range[12], nopal[#] == 0 &]

%t (* Set Range to encompass length of last value in A003098. *)

%Y Cf. A000217, A003098, A008509, A034822.

%K nonn,base,hard,more

%O 1,1

%A _Robert Price_, May 01 2019

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 June 3 23:01 EDT 2024. Contains 373088 sequences. (Running on oeis4.)