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.

A027574 Palindromes of form n^2 + (n+1)^2 + (n+2)^2.

Original entry on oeis.org

77, 434, 4334, 964469, 9051509, 208666802, 776181677, 924323429, 964777469, 4106556014, 4906666094, 43064746034, 90553635509, 430495594034, 5291716171925, 9203225223029, 9459406049549, 58815733751885, 202304919403202, 962227252722269, 4906073553706094
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A027573.

Programs

  • Mathematica
    Select[Total/@Partition[Range[405*10^5]^2,3,1],PalindromeQ] (* Harvey P. Dale, Jan 21 2025 *)

Extensions

a(18)-a(21) from Donovan Johnson, Aug 26 2012