[go: up one dir, main page]

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!)
A366664 Number of distinct prime divisors of 9^n + 1. 9
1, 2, 2, 3, 3, 3, 3, 4, 2, 4, 3, 4, 6, 4, 4, 5, 2, 4, 4, 4, 5, 7, 5, 4, 4, 6, 4, 5, 6, 4, 7, 5, 2, 6, 5, 8, 8, 5, 6, 7, 5, 5, 10, 7, 6, 8, 4, 4, 6, 9, 6, 8, 7, 6, 9, 7, 9, 9, 5, 3, 11, 6, 4, 11, 6, 7, 9, 9, 7, 6, 9, 5, 6, 6, 6, 11, 4, 8, 7, 5, 4, 7, 5, 5, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = omega(9^n+1) = A001221(A062396(n)).
a(n) = A366580(2*n). - Max Alekseyev, Jan 08 2024
MATHEMATICA
PrimeNu[9^Range[0, 90]+1] (* Harvey P. Dale, Jul 04 2024 *)
PROG
(PARI) for(n = 0, 100, print1(omega(9^n + 1), ", "))
CROSSREFS
Sequence in context: A035453 A272605 A235703 * A097747 A285717 A115777
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Oct 15 2023
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 August 30 02:56 EDT 2024. Contains 375521 sequences. (Running on oeis4.)