Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062835
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062835 Sum of divisors of n^2-1; or sigma(A005563(n)). +0
1
0, 4, 15, 24, 60, 48, 124, 104, 186, 156, 360, 168, 480, 336, 504, 432, 819, 360, 1170, 640, 1080, 768, 1488, 744, 1736, 1240, 1680, 1200, 2880, 960, 3048, 1536, 2286, 2304, 3510, 1824, 3900, 2128, 3720, 2352, 5952, 1848, 5760, 3432, 4320, 3744, 6048 (list; graph; listen)
OFFSET

1,2

LINKS

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

MATHEMATICA

Table[DivisorSigma[1, n^2 - 1], {n, 2, 50}]

PROGRAM

(PARI) j=[]; for(n=2, 120, j=concat(j, sigma(n^2-1))); j

(PARI) { for (n=1, 1000, if (n>1, a=sigma(n^2 - 1), a=0); write("b062835.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 12 2009]

CROSSREFS

Cf. A005563.

Sequence in context: A167293 A054308 A051531 this_sequence A060052 A063129 A061873

Adjacent sequences: A062832 A062833 A062834 this_sequence A062836 A062837 A062838

KEYWORD

easy,nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research