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!)
A217773 Numbers n such that tau(n) = tau(n+1) and phi(n) = phi(n+1). 1
104, 3255, 22935, 983775, 1025504, 2200694, 2619705, 4163355, 4447064, 4695704, 6372794, 9718904, 11903775, 23992215, 26879684, 29357475, 37239735, 40588485, 41207144, 48615735, 56424555, 76466985, 81591194, 83864055, 113664135, 118018094, 166758015 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A001274 and A005237. [Alex Ratushnyak, Mar 27 2013]
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..402 (terms < 10^12)
MATHEMATICA
Select[Range[100000000], DivisorSigma[0, #] == DivisorSigma[0, # + 1] && EulerPhi[#] == EulerPhi[# + 1] &]
Position[Partition[Table[{DivisorSigma[0, n], EulerPhi[n]}, {n, 1668*10^5}], 2, 1], _?(#[[1]]==#[[2]]&), 1, Heads->False]//Flatten (* Harvey P. Dale, Nov 20 2019 *)
CROSSREFS
Sequence in context: A281536 A250684 A299601 * A298460 A299553 A187530
KEYWORD
nonn
AUTHOR
Jayanta Basu, Mar 24 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 April 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)