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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114945 Number of monic irreducible polynomials over GF(3) of degree <= n. 2
3, 6, 14, 32, 80, 196, 508, 1318, 3502, 9382, 25486, 69706, 192346, 533830, 1490406, 4180416, 11776896, 33299124, 94470780, 268807044, 766918996, 2193322744, 6286504432, 18054379372, 51945923740, 149709932740, 432139468492, 1249167599632, 3615732336352 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Alois P. Heinz, Table of n, a(n) for n = 1..650

MAPLE

with (numtheory): b:= n-> add (mobius(d) *3^(n/d)/n, d=divisors(n)): a:= n-> add (b(k), k=1..n): seq (a(n), n=1..30);  # Alois P. Heinz, Sep 23 2008

PROG

(PARI) a(n)=sum(m=1, n, 1/m* sumdiv(m, d, moebius(d)*3^(m/d) ) ); /* Joerg Arndt, Jul 04 2011 */

CROSSREFS

Partial sums of A027376. 3rd column of A143328. - Alois P. Heinz, Sep 23 2008

Sequence in context: A129954 A182905 A192678 * A003477 A078062 A018017

Adjacent sequences:  A114942 A114943 A114944 * A114946 A114947 A114948

KEYWORD

nonn

AUTHOR

Gary L Mullen (mullen(AT)math.psu.edu) and Ken Hicks, Jan 06 2006

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 23 2008

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 21:56 EST 2012. Contains 205860 sequences.