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!)
A165497 a(n) starts arithmetic progression of n terms separated by tau(a(n)), each term having the same number of divisors 3
1, 3, 3, 60, 60, 201, 481, 5989, 3122037, 4434429, 13576837, 183894465, 187925171, 209072257, 1498642520, 12239200420, 20220712468, 20220712468, 875023683404, 992997544772, 2721798771116, 9770941874212, 9770941874212 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(15) > 10^9.
a(19) > 10^11. - Donovan Johnson, Sep 24 2009
a(24) > 10^13. - Giovanni Resta, Aug 02 2013
LINKS
EXAMPLE
tau(60) = tau(72) = tau(84) = tau(96) = tau(108) = 12. This is the first such progression of length greater than 3, so a(4) and a(5) are both 60.
PROG
(PARI) has(n)=my(t=numdiv(n), s=1); while(numdiv(n+=t)==t, s++); s
a(n)=my(k); while(has(k++)<n, ); k \\ Charles R Greathouse IV, Apr 24 2015
CROSSREFS
Sequence in context: A339758 A100065 A066807 * A051752 A332786 A102065
KEYWORD
hard,nonn,more
AUTHOR
Hugo van der Sanden, Sep 21 2009
EXTENSIONS
a(15)-a(18) from Donovan Johnson, Sep 24 2009
a(19)-a(23) from Giovanni Resta, Aug 02 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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)