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”).

A366687
Number of prime factors of 11^n + 1 (counted with multiplicity).
7
1, 3, 2, 5, 2, 4, 4, 4, 3, 7, 3, 7, 4, 6, 5, 8, 3, 6, 5, 7, 4, 7, 4, 7, 7, 6, 3, 10, 6, 6, 6, 7, 4, 13, 6, 11, 7, 5, 4, 11, 5, 6, 9, 5, 6, 13, 6, 7, 5, 8, 6, 11, 3, 7, 9, 13, 7, 12, 6, 7, 8, 6, 4, 13, 3, 10, 8, 9, 7, 14, 8, 6, 10, 8, 8, 13, 6, 12, 12, 7, 10
OFFSET
0,2
LINKS
FORMULA
a(n) = bigomega(11^n+1) = A001222(A034524(n)).
MATHEMATICA
PrimeOmega[11^Range[70]+1]
PROG
(PARI) a(n)=bigomega(11^n+1)
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Oct 16 2023
STATUS
approved