Tags: sequence googling 

Rating:

# Pi day

## Description

> 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

## Solution

Giving the sequence to Google easily identifies it a the first decimal of Pi.

Flag: `89, 79, 32, 38, 46`

Original writeup (https://github.com/apoirrier/CTFs-writeups/blob/master/AUCTF2020/Sequence/pi_day.md).