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!)
A246908 a(n) = sigma(n + sigma(n)) - sigma(n). 1
2, 3, 4, 5, 6, 27, 16, 9, 23, 38, 12, 62, 26, 36, 32, 17, 30, 41, 36, 54, 22, 54, 24, 164, 89, 84, 28, 168, 30, 144, 72, 57, 73, 126, 36, 37, 86, 111, 64, 162, 42, 192, 76, 171, 90, 108, 72, 184, 105, 75, 96, 274, 54, 240, 56, 252, 58, 176, 84, 392, 106, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = n + 1 for number in A078762 (numbers n such that n + sigma(n) is prime).
EXAMPLE
For n = 6; a(n) = sigma(6 + sigma(6)) - sigma(6) = sigma(18) - sigma(6) = 39 - 12 = 27.
MATHEMATICA
sig[n_]:=Module[{d6=DivisorSigma[1, n]}, DivisorSigma[1, n+d6]-d6]; Array[ sig, 70] (* Harvey P. Dale, Feb 20 2015 *)
PROG
(Magma) [SumOfDivisors(n+SumOfDivisors(n))-SumOfDivisors(n):n in[1..1000]]
(PARI) vector(100, n, sigma(n+sigma(n))-sigma(n)) \\ Derek Orr, Sep 07 2014
CROSSREFS
Sequence in context: A130604 A359224 A262434 * A303367 A037332 A091690
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Sep 07 2014
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)