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-3 of 3 results.

A054004 Numbers k such that k and k+1 have the same number and sum of divisors.

Original entry on oeis.org

14, 1334, 1634, 2685, 33998, 42818, 64665, 84134, 109214, 122073, 166934, 289454, 383594, 440013, 544334, 605985, 649154, 655005, 792855, 1642154, 2284814, 2305557, 2913105, 3571905, 3682622, 4701537, 5181045, 6431732
Offset: 1

Views

Author

Asher Auel, Jan 12 2000

Keywords

Examples

			Divisors of 14 = {1, 2, 7, 14}, divisors of 15 = {1, 3, 5, 15}, both have four divisors and sum = 24.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[100000], DivisorSigma[0, #] == DivisorSigma[0, # + 1] && DivisorSigma[1, #] == DivisorSigma[1, # + 1] &] (* Jayanta Basu, Mar 20 2013 *)

Extensions

More terms from Jud McCranie, Jun 02 2000

A054005 Sum of divisors of k such that k and k+1 have the same number and sum of divisors.

Original entry on oeis.org

24, 2160, 2640, 4320, 51840, 65280, 115200, 138240, 194400, 186048, 276480, 483840, 622080, 700416, 950400, 984960, 1118880, 1128960, 1612800, 2661120, 3937248, 3617280, 5019840, 6128640, 5806080, 7375680, 8467200, 11583936
Offset: 1

Views

Author

Asher Auel, Jan 12 2000

Keywords

Examples

			See example in A054004.
		

Crossrefs

Programs

  • Mathematica
    Select[Partition[Table[{n,DivisorSigma[0,n],DivisorSigma[1,n]},{n,116*10^5}],2,1],#[[1,2]]== #[[2,2]] && #[[1,3]]==#[[2,3]]&][[All,1,3]] (* Harvey P. Dale, May 16 2023 *)

Formula

a(n) = sigma(A054004(n)).

Extensions

More terms from Jud McCranie, Oct 15 2000
Definition clarified by Harvey P. Dale, May 16 2023

A054006 Number of divisors of k and k+1 which have the same number and sum of divisors.

Original entry on oeis.org

4, 8, 8, 8, 8, 8, 16, 16, 16, 8, 16, 16, 16, 16, 16, 16, 16, 16, 32, 16, 16, 16, 16, 32, 16, 16, 16, 24, 16, 16, 16, 32, 32, 32, 16, 16, 32, 16, 32, 16, 16, 32, 32, 16, 32, 16, 16, 16, 16, 16, 32, 32, 16, 32, 16, 16, 64, 32, 16, 32, 16, 32, 16, 64, 32, 32, 16, 32, 32, 32, 32
Offset: 1

Views

Author

Asher Auel, Jan 12 2000

Keywords

Examples

			See example in A054004.
		

Crossrefs

Programs

  • Mathematica
    Select[Partition[Array[DivisorSigma[{0, 1}, #] &, 10^6], 2, 1], SameQ @@ # &][[All, 1, 1]] (* Michael De Vlieger, Nov 21 2019 *)

Formula

a(n) = tau(A054004(n)).

Extensions

More terms from Jud McCranie, Oct 15 2000
Showing 1-3 of 3 results.