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!)
A079085 Number of distinct prime factors of (prime(n)+1)*(prime(n+1)+1)/4. 6
1, 2, 2, 2, 3, 2, 3, 3, 3, 3, 2, 3, 4, 3, 2, 3, 4, 3, 3, 3, 3, 4, 4, 3, 3, 4, 3, 4, 4, 3, 3, 4, 5, 4, 4, 3, 3, 4, 4, 4, 5, 4, 3, 3, 4, 3, 3, 4, 5, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 4, 4, 4, 5, 4, 3, 4, 3, 4, 5, 4, 4, 4, 4, 5, 4, 4, 4, 3, 4, 5, 5, 3, 4, 5, 5, 4, 3, 4, 5, 4, 4, 4, 4, 4, 4, 5, 4, 4, 3, 3, 4, 4, 5, 6, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A001221(A079079(n)).
MATHEMATICA
Table[PrimeNu[(Prime[n] + 1)*(Prime[n + 1] + 1)/4], {n, 1, 50}] (* G. C. Greubel, Apr 25 2017 *)
PROG
(Haskell)
a079085 = a001221 . a079079 -- Reinhard Zumkeller, Oct 08 2012
(PARI) for(n=1, 50, print1(omega((prime(n) + 1)*(prime(n + 1) + 1)/4), ", ")) \\ G. C. Greubel, Apr 25 2017
CROSSREFS
Cf. A079086.
Sequence in context: A266225 A248596 A076984 * A076869 A335925 A104307
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 22 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 April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)