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.

A363831 Number of divisors of A000129(n) (Pell numbers).

Original entry on oeis.org

1, 2, 2, 6, 2, 8, 3, 16, 4, 8, 2, 72, 2, 12, 12, 40, 4, 32, 4, 96, 12, 16, 4, 384, 8, 16, 16, 144, 2, 288, 8, 96, 8, 32, 12, 1536, 8, 16, 16, 1024, 2, 288, 4, 384, 96, 32, 4, 3840, 12, 64, 32, 192, 2, 256, 32, 768, 32, 8, 2, 41472, 8, 64, 96, 896, 64, 256, 4
Offset: 1

Views

Author

Tyler Busby, Oct 19 2023

Keywords

Examples

			a(9)=4 because Pell(9)=985 has divisors {1, 5, 197, 985}.
		

Crossrefs

Programs

  • Mathematica
    DivisorSigma[0,LinearRecurrence[{2,1},{1,2},67]] (* Stefano Spezia, Oct 19 2023 *)

Formula

a(n) = sigma0(Pell(n)) = A000005(A000129(n)).