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
12, 30, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
P. De Geest, Palindromic Squares
Eric Weisstein's World of Mathematics, Palindromic Number
MATHEMATICA
A003098 = Select[PolygonalNumber[3, Range[0, 10^6]], PalindromeQ];
(* Set Range to level of desired running time. *)
nopal[n_] := Length[Select[A003098, IntegerLength[#] == n || (n == 1 && # == 0) &]]; Select[Range[12], nopal[#] == 0 &]
(* Set Range to encompass length of last value in A003098. *)
CROSSREFS
Sequence in context: A329947 A115912 A083096 * A289691 A145469 A024364
KEYWORD
nonn,base,hard,more
AUTHOR
Robert Price, May 01 2019
STATUS
approved

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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)