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!)
A079833 Define f(n) = n + tau(n), then a(n) = smallest prime of the type f(f(f...f(n)))). 1
2, 7, 5, 7, 7, 71, 71, 71, 71, 71, 13, 71, 19, 71, 19, 71, 19, 71, 71, 71, 71, 71, 71, 71, 71, 71, 31, 71, 31, 71, 37, 71, 37, 71, 43, 59, 43, 71, 43, 811, 43, 71, 59, 71, 59, 71, 811, 811, 811, 71, 59, 811, 59, 811, 59, 71, 61, 811, 61, 163, 73, 811, 73, 71, 73, 811, 73 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(6) = 71 as f(6) = 10, f(10) = 14, f(14) = 18, f(18) = 24, f(24) = 32, f(32) = 38, f(38) = 42, f(42) = 50, f(50) = 56, f(56) = 64, f(64) = 64 +7 = 71.
PROG
(PARI) { a(n) = local(k, m); k=1; m=n; while(1, m=m+numdiv(m); if(isprime(m), return(m)); k++ ) } (Alekseyev)
CROSSREFS
Cf. A079834.
Sequence in context: A097157 A181320 A195450 * A198737 A010593 A332322
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Feb 12 2003
EXTENSIONS
More terms from Max Alekseyev, Apr 19 2005
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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)