A133045 Successive digits of Fermat numbers A000215(n).
3, 5, 1, 7, 2, 5, 7, 6, 5, 5, 3, 7, 4, 2, 9, 4, 9, 6, 7, 2, 9, 7, 1, 8, 4, 4, 6, 7, 4, 4, 0, 7, 3, 7, 0, 9, 5, 5, 1, 6, 1, 7, 3, 4, 0, 2, 8, 2, 3, 6, 6, 9, 2, 0, 9, 3, 8, 4, 6, 3, 4, 6, 3, 3, 7, 4, 6, 0, 7, 4, 3, 1, 7, 6, 8, 2, 1, 1, 4, 5, 7
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for the first 14 Fermat numbers
Programs
-
Mathematica
IntegerDigits[Table[2^(2^n) + 1, {n, 0, 10}]] // Flatten (* G. C. Greubel, Oct 03 2017 *)