cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A276714 Numbers n such that n and n+3 have the same number and sum of divisors (A000005 and A000203).

Original entry on oeis.org

42677635, 276742235, 6439057062, 7512673242, 43592652562, 48847956255, 48880963215, 55018687182, 60184185702, 91484515395, 100774916235, 101926379835, 111886551315, 122388340095, 133012188855, 137978601142, 247631352255, 263171068875, 293467635615, 305946896255
Offset: 1

Views

Author

Jaroslav Krizek, Sep 16 2016

Keywords

Comments

Intersection of A015861 and A276713.
Also numbers n such that A229335(n) = A229335(n+3).

Examples

			42677635 is in sequence because tau(42677635) = tau(42677638) = 32 and sigma(42677635) = sigma(42677638) = 68769792.
		

Crossrefs

Cf. Similar sequences with numbers n such that n and n+k have the same number and sum of divisors for k=1: A054004, for k=2: A229254.

Programs

  • Magma
    [n: n in [A015861(k)] | NumberOfDivisors(n) eq  NumberOfDivisors(n+3) and SumOfDivisors(n) eq  SumOfDivisors(n+3)]

Extensions

More terms from Martin Ehrenstein, Jul 12 2024
Showing 1-1 of 1 results.