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!)
A259849 Average of consecutive pairs of perfect numbers. 1
17, 262, 4312, 16779232, 4311709696, 73014280192, 1152921572789321728, 1329227995784915873480267812046897152, 95780971304118054976624684827067691392844968751005696 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Assuming that no odd perfect number exists.
LINKS
FORMULA
a(n) = (A000396(n)+A000396(n+1))/2, assuming there are no odd perfect numbers.
EXAMPLE
a(1) = (6 + 28)/2 = 17.
MAPLE
perf:= n -> numtheory:-mersenne([n])*(numtheory:-mersenne([n])+1)/2:
seq((perf(n)+perf(n+1))/2, n=1..15); # Robert Israel, Aug 20 2015
CROSSREFS
Cf. A000396.
Sequence in context: A001282 A135214 A218120 * A090380 A142898 A159678
KEYWORD
nonn
AUTHOR
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.)