This palindrome is also the smallest square containing exactly four digits 4's ! [Sloane's A036511]
SPDS palindromes
by Felice Russo [July 5, 1999]
By solving a problem in Vol. 29 of "Journal of Recreational Mathematics"
Felice Russo stumbled on two interesting palindromic numbers: 121 and 212.
If we take the square of these two palindromes we obtain: 14641 and 44944.
Both these palindromic squares are in SPDS (Square-Partial-Digital-Subsequences).
A number is said to be an element of the set SPDS if it is a square
which can be partitioned into two or more numbers that are also squares.
For example 14641 can be partitioned into the following squares: 1, 4, 64, 4
More interesting the palindrome 44944 that can be partitioned in five squares
that are also palindrome: 4, 4, 9, 4, 4
By a computer search these are the only palindromes in SPDS up to 3*10^8.
How many SPDS palindromes exist beyond 3*10^8 ?
A response from Alain Bex [December 28, 1999]
"Infinitely many. (if 0 is a square)
every number of the form :
2 ... n zero's ... 1 ... n zero's ... 2 (which is a palindrome)
has a square :
4 ... n zero's ... 4 ... n zero's ... 9 ... n zero's ... 4 ... n zero's ... 4
(which is also a palindrome).
I searched all squares from 0 to the square of 270*10^6 and did not found any others."

Here is a fascinating square of 1003 digits.
One constructs this as follows. Start with the initial square '9'.
Calculate the next smallest non trivial square starting with '9'.
This gives the square '961' or 31^2. (900 is exluded as the next square
must be non trivial meaning not ending in zero's)
Repeat this procedure now not with square '9' but with this new square '961'.
After a tenfold iteration we arrive at this 1003-digit square !
To test your programming skills here's a simple assignment :
Calculate the eleventh iteration. Good luck!
9616201620200016202000200000001889198463265350032175809769802525931907463586839
53372943202402012699567212284633760835227930246202000200000002000000000000000286
74570609183461343006847306064000000000000000000000000000000000000000000000000000
00000000000165762890459108592015259933448776693776451231520215691182485548960535
13407845648040095751097710143387381095940620098289505535125614470450939160397698
76896979086347754805195901529462026613507501648758045675165710149033232580911054
95275391508140259645504424098617924718273963483282386760738531854344564367702075
18569743231858613025709254857930447199794751022405596837264849453479919042878461
21230650258983014894678321267198660655507316299804535757670938028350277863843458
14818258133214645546046187760712527279785484496736454520815281195847787074116812
26823301300771758521612706290200804538893679740002426955408231457680947810963158
34124835975647700891238330554238156360187301492206636065480004091531578283770622
92595687694293607658268932513211592034772025
The root of this monstersquare is the next number of 502 digits
3101000100000001000000000000000143372853045917306715034236530320000000000000000
00000000000000000000000000000000000000000000001000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000010603496991036628926304444713741834555298799667027754796246140889648
28492192175159864060941684234739538923381863482793853164978801504095322725503902
27748540628752666464970620036253149337706479443351572242228953285666037295270306
10939087202964086953045
[October 24, 2003]
Jeff Heleen (email) assembled some Ubasic code
and came up with the following program and the eleventh iteration.
10 input "Input #:";N:if N=0 then end
20 C=1
30 for X=1 to 999
40 A=N*10^X:M=isqrt(A)
50 B=N*10^X+10^X-1:K=isqrt(B)
60 if K-M>0 then print C;M+1;:else 90
70 color 4:print (M+1)^2:color 7:print
80 N=(M+1)^2:C+=1:cancel for:goto 30
90 next
The very large (2006 digit) square is:
96162016202000162020002000000018891984632653500321758097698025259319074635868395/
33729432024020126995672122846337608352279302462020002000000020000000000000002867/
45706091834613430068473060640000000000000000000000000000000000000000000000000000/
00000000001657628904591085920152599334487766937764512315202156911824855489605351/
34078456480400957510977101433873810959406200982895055351256144704509391603976987/
68969790863477548051959015294620266135075016487580456751657101490332325809110549/
52753915081402596455044240986179247182739634832823867607385318543445643677020751/
85697432318586130257092548579304471997947510224055968372648494534799190428784612/
12306502589830148946783212671986606555073162998045357576709380283502778638434581/
48182581332146455460461877607125272797854844967364545208152811958477870741168122/
68233013007717585216127062902008045388936797400024269554082314576809478109631583/
41248359756477008912383305542381563601873014922066360654800040915315782837706229/
25956876942936076582689325132115920347720258914994974518600054221669090816529552/
61437894236214173621326322905481649506236046822896582106849756893167828306680432/
84252106595764741153008678797865772530987719762684436486962268943451632788553907/
31656642177431506759136251659632668095875384355654848275886209152908202640645654/
85309633115453107968421137508354794003355919210333172509687721211355572517254015/
84966273404725097750293678477710394740725438561482888229734954251750517670696829/
31197667454547117994586808831353669444718073268237891569601608146879839980577855/
68498634230572956495503173144474822989944662967196243585206000154855148644388166/
99332772926750077032264526806408733028864379845899337956585494518830134664037042/
60272665189844312896602443928808140300712823333043585779414780090526790082673840/
39874613154649303834964454713467632342245246537690796683760984228012389608036027/
58114886616724551236161055317248176721364665155501095064349159986496584253872772/
51376287320282709627901684380119477746357992201754685746359044847610551198174793/
674225
and its titanic root (with 1003 digits) is:
98062233404099134876441622495550000000000000000000000000000000132221684961658493/
56044245355497113216355576978978796197322817480193272005001656175142188205512607/
86641784654818466088559784060192956988106411704239660892984201575933925927257050/
93722895752000000000000000000000000000000000000000000000000000000000000000000000/
00000000000000000000000000000000000000000000000000000000000000000000000000000000/
00000000000000000000000000000000000000000000000000000000000000000000000000000000/
00000000000000000000002162395262695446493305898867218755368290302794627516422912/
97852058496812878294382635141749116922272185336610080590262350721905475050291580/
25019094606974160494878769448599322323358462223322770851845953571023019388923016/
69998725035652930764159885003020458848439834918776188362960878122551312120192964/
14090175134199456183573744310455126367521842569362771952871094631058349558872104/
94580220340673831425337024896747506901142043562828036442324931521033685432413885/
2469485859733815887082314200288040945972185
" The only odd thing I noticed was on the step where the number ended in '...6455044'
on your page, my program ended that step with '...645504'.
However, when looking at the following step at the juncture where this step joins it,
the end is given correctly with '...6455044'. And your final step matched my next to
last step. So if someone can verify that I have a correct 11th step...
I couldn't go any further as UBASIC gave me an overflow error. Jeff. "
Here is a square composed only of the digits 1, 4 and 9 ! (Sloane's A006716 and A027675)
648070211589107021 2 = 419994999149149944149149944191494441
For a more detailed description surf to arithmetic/digits/squares/three.digits.p
An overview of all squares with threedigit combinations is compiled at the following page :
Squares containing at most three distinct digits
There are also alternatives with other threedigit triplets :
785153912392 2 = 616466666144464411161664 (Sloane's A027676 and A027677)
210912978 2 = 44484284288828484 (Sloane's A027678 and A027679)
A remarkable collection of Equal Sums of Like Powers is presented by Chen Shuwen from the People's Republic of China.
His website deals with Integer Solutions of the Diophantine System !
Primes whose reversal is a square. E.g. 123373 reversed gives 373321 = 611 x 611 !
(See Sloane's On-Line Encyclopedia of Integer Sequences A007488)
Two of them have a palindromic root :
61 reversed is 16 and 16 = 4 x 4
96979 reversed is 97969 and 97969 = 313 x 313
Larger ones are as always more than welcome. Please send them in !
Again from the book "Curious and Interesting Numbers" by David Wells, ed. 1988, page 192 and 193 :
32043 2 = 1026753849
99066 2 = 9814072356
Two pandigital squares, including the zero.
Note that the basenumber 99066 can be rotated for 180° and remains unchanged !
Squares consisting of two identical 'halves' and that are called "twin" numbers.
36363636364 2 = 13223140496_13223140496
This is the smallest possible solution. (see also A020339)
Here is a second one that I (pdg) found by analogeous reasoning (guessing?) on July 2, 2001
63636363637 2 = 40495867769_40495867769
Can you discover more of these tautologeous squares ?
Note that 36363636364 + 63636363637 = 100000000001 ... speaking of palindromes !
I found four palindromes that when squared constitute a concatenation of two successive integers.
727 2 = 528|529
63636 2 = 40495|40496
4545454 2 = 2066115|2066116
909090909 2 = 826446280|826446281 (Nov 10, 2003)
There are squares whereby the basenumbers show up as the middle part of these squares :
495475 2 = 245495475625
625000 2 = 390625000000
971582 2 = 943971582724
177656344 2 = 31561776563446336
Or when it is just part of, without being in the exact middle :
%N Substring of its square. under A018834
505025 2 = 255050250625
146509717 2 = 21465097175420089
And when it ends with the number itself :
%N Automorphic numbers n^2 ends with n. under A003226
18212890625 2 = 331709384918212890625
The following superlarge solution is copied from
HAKMEM - NUMBER THEORY, PRIMES, PROBABILITY - item 59
9103890995893380022607743740081787109376 2 =
8288083126510855871166119716999101717324
9103890995893380022607743740081787109376
One of my favourites from Sloane's table is A007667.
%N The sum of both 2 and of 3 consecutive squares.
I'll give the solutions for the first five from the list :
5 = 12 + 22 = 02 + 12 + 22
365 = 132 + 142 = 102 + 112 + 122
35645 = 1332 + 1342 = 1082 + 1092 + 1102
3492725 = 13212 + 13222 = 10782 + 10792 + 10802
342251285 = 130812 + 130822 = 106802 + 106812 + 106822


[
TOP OF PAGE]