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.

A037051 Palindromic product of some n with sum of next n consecutive integers.

Original entry on oeis.org

2, 2664662, 9826289, 4128458548214
Offset: 1

Views

Author

Patrick De Geest, Jan 04 1999

Keywords

Comments

Values of n see A037050.
a(5) > 7.5*10^37, if it exists. - Giovanni Resta, Aug 26 2019

Examples

			2664662 = 121 * (122 + 123 + ... + 241 + 242) = 121 * 22022.
		

Crossrefs

Programs

  • Mathematica
    Select[Table[n^2/2*(1+3n),{n,15000}],PalindromeQ] (* Harvey P. Dale, Sep 07 2025 *)