login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069143 a(1) = a(2) = 1; a(n) = sigma(a(n-1)+a(n-2)). 0
1, 1, 3, 7, 18, 31, 57, 180, 320, 1092, 2478, 10368, 25704, 100800, 393120, 1965600, 10326624, 39657600, 131580288, 511223790, 1469266560, 4911616440, 22120488000, 95841111600, 460020244320, 2163425531904, 9805180170240 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a[1] = a[2] = 1; a[n_] := a[n] = DivisorSigma[1, a[n - 1] + a[n - 2]]; Table[a[n], {n, 27}]
RecurrenceTable[{a[1]==a[2]==1, a[n]==DivisorSigma[1, a[n-1]+a[n-2]]}, a, {n, 30}] (* Harvey P. Dale, Feb 15 2015 *)
CROSSREFS
Sequence in context: A331713 A348391 A327321 * A097007 A308445 A328653
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Apr 08 2002
EXTENSIONS
Edited and extended by Robert G. Wilson v, Apr 11 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)