OFFSET
1,1
COMMENTS
After the first term, the sequence enters a repeating cycle of length 20.
According to the information on the website of Anderson, this sequence was discovered earlier by Dan Sikorsky.
First element a(1) = 61 leads after seven steps 61, 219, 716, 39, 43, 23, 16, ... into the same repeating cycle, same with a(1) = 71 after five steps 71, 39, 43, 23, 16, ... - Martin Renner, Feb 22 2020
LINKS
D. Andersen, Loop Sequences within Pi, The Pi-Search Page.
MATHEMATICA
L={16}; pi=ToString[ FromDigits@ RealDigits[Pi-3, 10, 10^5 ][[1]]]; Do[
AppendTo[L, StringPosition[ pi, ToString@ Last@ L, 1][[1, 1]]], {23}]; L (* Giovanni Resta, Jul 26 2015 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Felix Fröhlich, Jul 26 2015
STATUS
approved