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.

A104302 Primes which are the reverse concatenation of three consecutive square numbers.

Original entry on oeis.org

941, 25169, 169144121, 302529162809, 110251081610609, 166411638416129, 497294928448841, 580815760057121, 930259241691809, 123201122500121801, 139129138384137641, 140625139876139129, 196249195364194481, 214369213444212521, 235225234256233289, 261121260100259081
Offset: 1

Views

Author

Shyam Sunder Gupta, Apr 17 2005

Keywords

Examples

			The first term is 941 which is a prime and is the reverse concatenation of 1, 4 and 9 which are three consecutive square numbers.
		

Crossrefs

Programs

  • Mathematica
    Select[FromDigits[Flatten[IntegerDigits/@#]]&/@(Reverse/@Partition[Range[500]^2,3,1]),PrimeQ] (* Harvey P. Dale, Sep 21 2024 *)