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.

A171669 Pell numbers sandwiched between two numbers having same number of divisors.

Original entry on oeis.org

12, 5741, 2744210, 15994428, 21300003689580, 723573111879672, 1111984844349868137938112, 293199986221627877463941823267862, 9960168529794442859224531878561050, 27749033099085295754434173207717704165, 66992092050551637663438906713182313772
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    f[n_]:=Length[Divisors[n]]; a=1;b=0;c=0;lst={};Do[c=a+b+c;If[f[c-1]==f[c+1],AppendTo[lst,c]];a=b;b=c,{n,80}];lst

Extensions

a(8)-a(11) from Amiram Eldar, Aug 08 2024
Showing 1-1 of 1 results.