login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061850 Squares whose consecutive digits vary by at most 1. 0
0, 1, 4, 9, 100, 121, 676, 10000, 12100, 12321, 1000000, 1210000, 1232100, 1234321, 100000000, 121000000, 123210000, 123432100, 123454321, 10000000000, 12100000000, 12321000000, 12343210000, 12345432100, 12345654321 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

EXAMPLE

676 = 26^2 and 6 and 7 differ by at most 1

MATHEMATICA

For[i=1, i>0, i++, a=IntegerDigits[i^2]; b=Max[Abs[a-RotateRight[a]]]; If[b<2, Print[i^2]]]

CROSSREFS

Sequence in context: A069707 A129967 A087553 * A061459 A061869 A061270

Adjacent sequences:  A061847 A061848 A061849 * A061851 A061852 A061853

KEYWORD

base,nonn

AUTHOR

Erich Friedman (efriedma(AT)stetson.edu), Jun 23 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 03:44 EST 2012. Contains 205860 sequences.