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-1 of 1 results.

A027571 Numbers k such that k^2 + (k+1)^2 is palindromic.

Original entry on oeis.org

0, 1, 9, 12, 16, 919, 1257, 1262, 1621, 1706, 170706, 904280, 1258182, 7901014, 8659929, 12458597, 17070706, 80472264, 1616689803, 1680689788, 1705387643, 7360311900, 8032814139, 8055329360, 12574461617, 16794058711, 165058650666, 844706005220, 1250999800012, 1255589965852
Offset: 1

Views

Author

Keywords

Comments

a(50) > 70710678118654752440. - Patrick De Geest, May 25 2021

Crossrefs

A050236 is a subsequence.

Programs

  • PARI
    isok(m) = my(d=digits(m^2+(m+1)^2)); d == Vecrev(d); \\ Michel Marcus, Jan 05 2019

Extensions

a(18)-a(21) from Donovan Johnson, Aug 26 2012
a(22)-a(29) from Giovanni Resta, Aug 06 2019
a(1)=0 added by Patrick De Geest, May 25 2021
Showing 1-1 of 1 results.