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!)
A073538 Let c(0)=n>=2 and c(k+1) = floor(3*c(k)/2); then a(n) is the smallest value such that c(a(n)) is prime. 0
0, 0, 3, 0, 2, 0, 12, 1, 5, 0, 11, 0, 2, 4, 6, 0, 10, 0, 3, 1, 3, 0, 5, 1, 93, 9, 5, 0, 2, 0, 35, 2, 17, 8, 4, 0, 3, 92, 8, 0, 4, 0, 6, 1, 2, 0, 34, 1, 13, 16, 7, 0, 3, 26, 4, 2, 91, 0, 7, 0, 2, 3, 7, 1, 5, 0, 3, 1, 2, 0, 33, 0, 4, 12, 15, 33, 6, 0, 5, 2, 25, 0, 3, 1, 2, 90, 19, 0, 6, 52, 7, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,3
LINKS
PROG
(PARI) a(n)=if(n<0, 0, s=n; c=0; while(isprime(s)==0, s=floor(3*s/2); c++); c)
CROSSREFS
Sequence in context: A065152 A344209 A171759 * A022898 A072780 A124452
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Aug 27 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 16 07:57 EDT 2024. Contains 371698 sequences. (Running on oeis4.)