Friday Poser

How about 405 followed by 477, 548, 617, 685 & 751?

Andrew
 
Last edited:

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
***SPOILER ALERT***



This was the formula I used:
A2 =A1+92-INT(SQRT(A1))
 
Given a starting number of 1, what is/are the next number/s in the following sequence:

1, 3, 15, 46, 92, 107, 164, 191
 
INT is the whole number (left of decimal point) of a number...

12.24 INT = 12
35.7676 INT = 35
6.0000 INT = 6

SQRT of coarse = Square Root
 
On paper you would just drop the fractional part.

INT is the whole number (left of decimal point) of a number...
when dealing with positive numbers.

INT in Excel actually rounds down to the nearest integer.
 
Last edited:
I saw that, that's why I didn't give any negative number examples. I figured negative numbers didn't apply to this excercise, so...
 
Last edited:
Given a starting number of 1, what is/are the next number/s in the following sequence:

1, 3, 15, 46, 92, 107, 164, 191
No takers?

Despite the apparent randomness, it is simpler than it looks. It may actually be easier to break this using a pen and paper rather than Excel.

Some hints:
Each number (other than the first) is calculated using X + Y + Z, where:
X = the previous number
Y = a function based on the previous number (not a standard Excel 'function' per se but a mathematical function nonetheless)
Z = a function based on the previous number mod 10 i.e. F(mod(n,10)) not mod(F(n),10)

Andrew
 

Forum statistics

Threads
1,225,374
Messages
6,184,606
Members
453,247
Latest member
scouterjames

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top