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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062319 Number of divisors of n^n, or of A000312. 2
1, 1, 3, 4, 9, 6, 49, 8, 25, 19, 121, 12, 325, 14, 225, 256, 65, 18, 703, 20, 861, 484, 529, 24, 1825, 51, 729, 82, 1653, 30, 29791, 32, 161, 1156, 1225, 1296, 5329, 38, 1521, 1600, 4961, 42, 79507, 44, 4005, 4186, 2209, 48, 9457, 99, 5151, 2704, 5565, 54 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

FORMULA

a(n)=A000005(A000312(n)) [From Enrique Perez Herrero (psychgeometry(AT)gmail.com), Nov 09 2010]

MATHEMATICA

A062319[n_IntegerQ]:=DivisorSigma[0, n^n]; [From Enrique Perez Herrero (psychgeometry(AT)gmail.com), Nov 09 2010]

PROG

(PARI) je=[]; for(n=0, 200, je=concat(je, numdiv(n^n))); je

(PARI) { for (n=0, 1000, write("b062319.txt", n, " ", numdiv(n^n)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 04 2009]

(PARI) a(n)=local(fm); fm=factor(n); prod(k=1, matsize(fm)[1], fm[k, 2]*n+1) // Franklin T. Adams-Watters, May 03 2011.

CROSSREFS

Cf. A000312.

Cf. A000005, A046798, A077592, A035116 [From Enrique Perez Herrero (psychgeometry(AT)gmail.com), Nov 09 2010]

Sequence in context: A055225 A054791 A167531 * A178590 A022463 A106833

Adjacent sequences:  A062316 A062317 A062318 * A062320 A062321 A062322

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 05 2001

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 18:22 EST 2012. Contains 205835 sequences.