login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A378689
Number of divisors of prime(4*n+8) + 2*n + 3.
0
8, 12, 10, 9, 16, 4, 16, 14, 4, 8, 16, 8, 8, 12, 8, 4, 24, 14, 8, 12, 6, 12, 8, 12, 8, 6, 4, 4, 16, 8, 8, 12, 4, 4, 16, 6, 12, 24, 6, 32, 8, 10, 8, 24, 14, 8, 16, 4, 24, 24, 8, 24, 16, 8, 10, 4, 6, 8, 8, 12, 4, 12, 8, 24, 12, 4, 32, 24, 16, 12, 24, 10, 16, 8, 4
OFFSET
1,1
EXAMPLE
For n=1, 42 has a(1) = 8 divisors.
MATHEMATICA
Table[DivisorSigma[0, (2*n+3+Prime[4*n+8])], {n, 1, 100}]
PROG
(Magma) [NumberOfDivisors(NthPrime(4*n+8)+(2*n+3)) : n in [1..500]];
CROSSREFS
Sequence in context: A215696 A325809 A173461 * A335160 A295782 A331801
KEYWORD
nonn,new
AUTHOR
Vincenzo Librandi, Dec 09 2024
STATUS
approved