What's the Pattern in This Number Sequence?

  • Context: High School 
  • Thread starter Thread starter holomorphic
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
holomorphic
Messages
91
Reaction score
0
What's the next number?

1, 1, 6561, 2197, 289, 21, 1, 707281, ...?
 
Mathematics news on Phys.org
tiny-tim said:
hmm …

well, that's 1, 1, 94, 133, 172, 211, 250, 294

i don't see where the 1 at the start fits in :confused:

Well, that would be:
[tex]1^{...}, 5^{0},9^{4},13^{3}, 17^{2}, 21^{1}, 25^{0}, 29^{4}[/tex]
So, the next would be [itex]33^{3}[/itex], whatever the exponent of the first number in the sequence.
 
arildno said:
Well, that would be:
[tex]1^{...}, 5^{0},9^{4},13^{3}, 17^{2}, 21^{1}, 25^{0}, 29^{4}[/tex]
So, the next would be [itex]33^{3}[/itex], whatever the exponent of the first number in the sequence.

Yup :)

FYI, the exponents are the bases mod 5.

So the formula for the kth term is:
[tex](4k+1)^{4k+1 MOD 5}[/tex]