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

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

1,2

COMMENTS

All numbers generated by the irreducible polynomial 2n^3 - 2n + 9 (A127979) are odd and composite. Largest prime factor A127990, number of prime factors A127992

MATHEMATICA

a = {}; Do[AppendTo[a, 2n^3 - 2n + 9], {n, 1, 300}]; b = {}; Do[c = FactorInteger[a[[n]]]; d = Length[c]; AppendTo[b, d], {n, 1, Length[a]}]; b (*Artur Jasinski*)

CROSSREFS

Cf. A127979, A127990.

Sequence in context: A033618 A061357 A138139 * A169989 A067595 A184721

Adjacent sequences:  A127989 A127990 A127991 * A127993 A127994 A127995

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Feb 10 2007

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 12:25 EST 2012. Contains 205786 sequences.