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!)
A073261 Length of FixedPointList approximating (2^n)-th composite number. See program link below. 0
4, 4, 3, 3, 3, 4, 3, 5, 4, 4, 5, 4, 5, 6, 6, 6, 6, 5, 6, 6, 7, 6, 6, 6, 7, 7, 8, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 10, 10, 9, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Number of iterations needed to reach the composite number using the formula in the program.
LINKS
EXAMPLE
n=30: {1073741824, 1128141853, 1130754984, 1130880243, 1130886219, 1130886489, 1130886503, 1130886504}, so a(30)=8.
MATHEMATICA
Table[ Length[ FixedPointList[ 2^n+PrimePi[ # ]+1 &, 2^n]]-1, {n, 0, 45}]
CROSSREFS
Sequence in context: A228777 A329205 A023402 * A209252 A265131 A344894
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 22 2002
EXTENSIONS
Extended by Robert G. Wilson v, Jul 24 2002
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)