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.

Showing 1-2 of 2 results.

A115744 Triangular numbers that are the product of 2 palindromes greater than 1.

Original entry on oeis.org

6, 10, 15, 21, 28, 36, 45, 55, 66, 231, 528, 666, 1128, 2016, 2211, 2628, 2775, 3003, 3570, 3916, 4095, 5995, 6105, 6216, 6903, 8646, 21736, 31878, 34980, 37950, 43956, 45753, 52003, 58653, 65703, 66066, 73153, 83028, 89676, 93528, 116886
Offset: 1

Views

Author

Giovanni Resta, Jan 31 2006

Keywords

Examples

			6903=T(117) and 6903=9*767.
		

Crossrefs

Programs

  • Mathematica
    Module[{upto=120000,pals},pals=Select[Range[2,upto/2],PalindromeQ];Select[ Times@@@Tuples[pals,2],OddQ[Sqrt[8#+1]]&&#<=upto&]]//Union (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, May 13 2018 *)

A115745 Pentagonal numbers (A000326) that are the product of 2 palindromes greater than 1.

Original entry on oeis.org

12, 22, 35, 176, 330, 2380, 2625, 2882, 3432, 3876, 4845, 8855, 9801, 12650, 14652, 15251, 21901, 26070, 52360, 61105, 66045, 84847, 111657, 137562, 156332, 197472, 230300, 254410, 260625, 270725, 287547, 295482, 351142, 359905
Offset: 1

Views

Author

Giovanni Resta, Jan 31 2006

Keywords

Examples

			66045 is the 210th pentagonal number and 66045=111*595.
		

Crossrefs

Showing 1-2 of 2 results.