The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A067888 Numbers n such that tau(n+1)=tau(n-1) where tau(k)=A000005(k). 9
4, 6, 7, 9, 12, 18, 19, 30, 34, 41, 42, 51, 55, 56, 60, 72, 86, 92, 94, 102, 103, 108, 124, 129, 137, 138, 142, 144, 150, 153, 160, 180, 183, 184, 185, 186, 192, 198, 199, 202, 204, 214, 216, 218, 220, 228, 231, 236, 240, 243, 244, 247, 248, 249, 266, 270, 282 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If (p,p+2) are twin primes, then the composite number p+1 is in this sequence. The primes occurring in this sequence are listed in A067889. See A055574 for the analog with sigma instead of tau. - M. F. Hasler, Aug 06 2015
LINKS
PROG
(PARI) is_A067888(n)=n>1&&numdiv(n-1)==numdiv(n+1) \\ M. F. Hasler, Aug 06 2015
CROSSREFS
Equals A062832 + 1. - Michel Marcus, Feb 11 2018
Sequence in context: A190250 A047508 A089960 * A189142 A043337 A023710
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 02 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 June 6 16:10 EDT 2024. Contains 373133 sequences. (Running on oeis4.)