login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082863 Number of distinct prime factors of n^2-1. 0
1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 2, 3, 3, 2, 3, 2, 2, 3, 3, 3, 3, 3, 2, 3, 2, 3, 2, 4, 2, 3, 3, 2, 4, 3, 3, 3, 3, 3, 3, 4, 2, 4, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 4, 2, 4, 3, 2, 4, 3, 3, 4, 3, 4, 3, 4, 2, 3, 3, 3, 4, 4, 3, 4, 2, 3, 2, 4, 3, 4, 4, 3, 3, 4, 3, 4, 4, 3, 4, 3, 3, 3, 3, 3, 3 (list; graph; refs; listen; history; internal format)
OFFSET

2,3

COMMENTS

This is a very slowly growing sequence - by n=100000 the maximum value is 8. Find an asymptotic formula. Find the record holders for this sequence.

FORMULA

omega((n-1)*(n+1))

EXAMPLE

a(11)=3 because (11-1)(11+1)=10.12=2^3.3.5, which has 3 distinct prime factors, namely 2,3 and 5.

MATHEMATICA

Table[PrimeNu[n^2-1], {n, 2, 100}] (* From Harvey P. Dale, July 05 2011 *)

PROG

(PARI) for (n=2, 100, print1(omega((n-1)*(n+1))", "))

CROSSREFS

Sequence in context: A052298 A179938 A081412 * A029411 A165093 A066088

Adjacent sequences:  A082860 A082861 A082862 * A082864 A082865 A082866

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), May 24 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:24 EST 2012. Contains 205852 sequences.