Tags: math pi mathematics sequence
Rating:
# AUCTF 2020 – Pi Day
* **Category:** sequence
* **Points:** 50
## Challenge
> Time to put your problem solving skills to work! Finish the sequence!
>
> 14, 15, 92, 65, 35, __, __, __, __, __
>
> NOTE: The flag is NOT in the standard auctf{} format
>
> flag format - comma separated list 1, 2, 3, 4, 5
>
> Author: FireKing
## Solution
First numbers of Pi are: `3, 14 15 92 65 35 89 79 32 38 46 ...`, so the flag is the following.
```
89, 79, 32, 38, 46
```