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.

A104349 Smallest prime formed by reverse concatenation of n consecutive square numbers, 0 if no such prime exists.

Original entry on oeis.org

0, 41, 941, 576529484441, 1876918496182251795617689, 144121100816449, 841784729676625576529, 1537615129148841464114400141611392413689, 0, 3844372136003481336432493136302529162809
Offset: 1

Views

Author

Shyam Sunder Gupta, Apr 17 2005

Keywords

Examples

			a(3)=941 because 941 is the smallest prime formed from reverse concatenation of 3 consecutive square numbers i.e. 1,4 and 9.