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!)
A090346 Number of divisors of prime(n) + prime(n+1). 0
2, 4, 6, 6, 8, 8, 9, 8, 6, 12, 6, 8, 12, 12, 9, 10, 16, 8, 8, 15, 8, 10, 6, 8, 12, 12, 16, 16, 8, 20, 8, 6, 12, 18, 18, 12, 14, 16, 12, 12, 24, 12, 16, 16, 18, 8, 8, 18, 16, 16, 8, 24, 12, 6, 16, 12, 24, 6, 12, 12, 21, 24, 8, 20, 24, 20, 6, 18, 16, 16, 8, 12, 12, 10, 8, 6, 8, 16, 20, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Positions of odd terms (A064397): 7,15,20,61,152,190,293,377,492,558,789,919,942,1768,2343,2429,... [From Zak Seidov, Oct 12 2010]
LINKS
MATHEMATICA
d[i_] := DivisorSigma[0, Prime[i] + Prime[i + 1]]; Table[d[i], {i, 1, 100}]
DivisorSigma[0, #]&/@(Total/@Partition[Prime[Range[90]], 2, 1]) (* Harvey P. Dale, Mar 03 2023 *)
CROSSREFS
Sequence in context: A161655 A092517 A128558 * A267460 A092989 A065558
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Jan 28 2004
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 29 09:42 EDT 2024. Contains 371268 sequences. (Running on oeis4.)