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!)
A173455 Row sums of triangle A027751. 3
1, 1, 1, 3, 1, 6, 1, 7, 4, 8, 1, 16, 1, 10, 9, 15, 1, 21, 1, 22, 11, 14, 1, 36, 6, 16, 13, 28, 1, 42, 1, 31, 15, 20, 13, 55, 1, 22, 17, 50, 1, 54, 1, 40, 33, 26, 1, 76, 8, 43, 21, 46, 1, 66, 17, 64, 23, 32, 1, 108, 1, 34, 41, 63, 19, 78, 1, 58, 27, 74, 1, 123, 1, 40, 49, 64, 19, 90, 1, 106 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Essentially the same as A001065, but with a(1)=1.
Note that if n is a noncomposite number then a(n)=1.
LINKS
MATHEMATICA
Array[Boole[# == 1] + DivisorSigma[1, #] - # &, 80] (* Michael De Vlieger, Oct 30 2017 *)
PROG
(PARI) a(n) = if (n==1, 1, sigma(n) - n); \\ Michel Marcus, Oct 30 2017
CROSSREFS
Sequence in context: A294888 A364858 A001065 * A324535 A318501 A318325
KEYWORD
nonn
AUTHOR
Omar E. Pol, Nov 22 2010
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)