All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
I Do Belong (Posted on 2009-02-22) Difficulty: 4 of 5
Each number in this table has a significance, and it is not just the property of the individual number.

What statement might define the right for each to appear?

1 1 1 2 4 4 3 9 9 13 169 16 67 4489 25 264 69696 36 1667 2778889 49
.. ... 64

That said, is it possible (and how) to analytically define the precise numerical values of successive rows?

See The Solution Submitted by brianjn    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
re(2): computer solution | Comment 3 of 4 |
(In reply to re: computer solution by brianjn)

The comparison for the while is <= and for the If is ==.   I think the problem arose from me simply copying and pasting directly from Mathematica, I've had problems with that in the past.  I rewrote the code below, hopefully it is more readable

i=1;
src=1;
While[src<=10,
n=i^2;
ds=Total[IntegerDigits[n]];
If[ds==src^2,
Print[i," ",n," ",src^2];
src++;
];
i++;
];


  Posted by Daniel on 2009-02-23 10:08:19
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (15)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information