What is the next number in the series 2-3-12-13-52-53?

1 answer

Answer

1207993

2026-05-22 04:25

+ Follow

The pattern is:

n = n + 1

n = n * 4

repeat

So,

2, 3, 12, 13, 52, 53, 112, 113, 452, 453, ...

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.