login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A228412 Number of iterations of A176341 ("position of m in Pi") starting with n until a loop is reached. 3
0, 0, 8, 0, 9, 10, 7, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
"A loop is reached" means that an element x is reached such that (A176341^k)(x) = x for some k>0.
LINKS
J. Navarro, Les secrets du nombre Pi (Book review, in French).
Pi-Search Page, Loop Sequences within Pi.
Ady TZIDON, Loops in Pi.
EXAMPLE
a(0)=a(1)=a(3)=0 since 0 and 3 are elements of the loop 0 -> 32 -> 15 -> 3 -> 0, and 1 is a fixed point (i.e., loop of length 1) of A176341.
a(2)=8 is the number of steps in 2 -> 6 -> 7 -> 13 -> 110 -> 174 -> 155 -> 314 -> 0, at which point the previously mentioned loop is reached.
PROG
(PARI) A228412(n)={my(u=0); for(i=1, 9e9, u+=1<<n; bittest(u, n=A176341(n))&&return(i-A232013(n)))}
CROSSREFS
Sequence in context: A019937 A176460 A320378 * A260947 A070489 A112268
KEYWORD
nonn,base,more
AUTHOR
M. F. Hasler, Nov 16 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)