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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091983 a(0) = 1, a(n) = 20*sigma[3](n). 0
1, 20, 180, 560, 1460, 2520, 5040, 6880, 11700, 15140, 22680, 26640, 40880, 43960, 61920, 70560, 93620, 98280, 136260, 137200, 183960, 192640, 239760, 243360, 327600, 315020, 395640, 408800, 502240, 487800, 635040, 595840, 748980, 745920 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

G.f. A(x) satisfies 0=f(A(x),A(x^2),A(x^4)) where f(u,v,w)=u^2+33v^2+256w^2-18uv+16uw-288vw+220(v-w). - Michael Somos, Jul 19 2004

PROG

(PARI) a(n)=if(n<1, n==0, 20*sigma(n, 3)) /* Michael Somos, Jul 19 2004 */

CROSSREFS

Sequence in context: A140044 A027332 A159538 * A037250 A000144 A177073

Adjacent sequences:  A091980 A091981 A091982 * A091984 A091985 A091986

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), following a suggestion of John McKay, Mar 19 2004

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 17 02:43 EST 2012. Contains 205978 sequences.