login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097990 A puzzle: reverse digits of n^2 + 10. 1
10, 11, 41, 91, 62, 53, 64, 95, 47, 19, 11, 131, 451, 971, 602, 532, 662, 992, 433, 173, 14, 154, 494, 935, 685, 536, 686, 937, 497, 158, 19, 179, 4301, 9901, 6611, 5321, 6031, 9731, 4541, 1351, 161, 1961, 4771, 9581, 6491, 5302, 6212, 9122, 4132, 1142, 152 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The first term should really be 1 (cf. A097991, which gives a better version).
LINKS
MATHEMATICA
Do[Print[FromDigits[Reverse[IntegerDigits[n^2 + 10]]]], {n, 0, 50}] (Poff)
Join[{10}, IntegerReverse[Range[50]^2+10]] (* Harvey P. Dale, Feb 27 2024 *)
CROSSREFS
Sequence in context: A041485 A041206 A339078 * A280203 A042395 A041210
KEYWORD
nonn,base,easy
AUTHOR
N. J. A. Sloane, following a suggestion of Jacek Kolodziejczyk (zwi(AT)infogenia.pl), Sep 07 2004
EXTENSIONS
More terms from Tracy Poff (tracy.poff(AT)gmail.com), Apr 15 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)