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!)
A066244 Numbers n such that sigma(n+2)-2sigma(n+1)+sigma(n) = n. 0
2, 38, 66290, 113978, 9121109348 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The equation here is the difference equation (applied to sigma) corresponding to the differential equation y" = x (Hooke's law with constant = -1).
a(6) > 10^13. - Giovanni Resta, Jul 13 2015
LINKS
EXAMPLE
sigma(40)-2*sigma(39)+sigma(38) = 90 - 2*56 + 60 = 38, so 38 is a term of the sequence.
MATHEMATICA
Select[Range[1, 10^6], DivisorSigma[1, # + 2] - 2*DivisorSigma[1, # + 1] + DivisorSigma[1, # ] == # &]
CROSSREFS
Sequence in context: A348162 A132396 A263374 * A055689 A345316 A028442
KEYWORD
more,nonn
AUTHOR
Joseph L. Pe, Dec 19 2001
EXTENSIONS
a(5) from Donovan Johnson, Feb 01 2009
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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)