login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A puzzle: reverse digits of n^2 + 10.
1

%I #10 May 19 2019 01:45:10

%S 1,11,41,91,62,53,64,95,47,19,11,131,451,971,602,532,662,992,433,173,

%T 14,154,494,935,685,536,686,937,497,158,19,179,4301,9901,6611,5321,

%U 6031,9731,4541,1351,161,1961,4771,9581,6491,5302,6212,9122,4132,1142,152

%N A puzzle: reverse digits of n^2 + 10.

%t FromDigits[Reverse[IntegerDigits[#^2+10]]]&/@Range[0,50] (* _Harvey P. Dale_, Jan 11 2011 *)

%Y See A097990 for another version.

%K nonn,base,easy

%O 0,2

%A _N. J. A. Sloane_, following a suggestion of Jacek Kolodziejczyk (zwi(AT)infogenia.pl), Sep 07 2004

%E More terms from _Jason Earls_, Sep 16 2004