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!)
A068208 Numbers n such that tau(n) - tau(n+1) = 1. 4
4, 8, 81, 441, 625, 1089, 2024, 2401, 3025, 3968, 5624, 5929, 6561, 6723, 7569, 8281, 8463, 12321, 13225, 13688, 14161, 14641, 14884, 15375, 16641, 20164, 21608, 24025, 25921, 26895, 28561, 34225, 46225, 55225, 55695, 61009, 62001, 67081 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) cannot be a prime.
a(n) or a(n) + 1 is a perfect square as its number of divisors must be odd. - David A. Corneth, Dec 26 2020
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000 (first 1000 terms from Enrique Pérez Herrero)
FORMULA
n such that A000005(n) - A000005(n+1) = 1.
MATHEMATICA
Select[Range[10^5], DivisorSigma[0, #] - DivisorSigma[0, # + 1] == 1 &] (* Michael De Vlieger, Dec 02 2015 *)
Position[Differences[DivisorSigma[0, Range[70000]]], -1]//Flatten (* Harvey P. Dale, May 22 2020 *)
PROG
(PARI) isok(n) = numdiv(n) - numdiv(n+1) == 1; \\ Michel Marcus, Dec 02 2015
CROSSREFS
Cf. A000005.
Sequence in context: A236284 A276979 A221256 * A090254 A222287 A120281
KEYWORD
nonn,easy
AUTHOR
Benoit Cloitre, Mar 23 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 19 07:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)