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.

A363833 Number of prime factors of A000129(n) (Pell numbers) (counted with multiplicity).

Original entry on oeis.org

0, 1, 1, 3, 1, 3, 2, 5, 2, 3, 1, 7, 1, 4, 4, 7, 2, 5, 2, 7, 4, 4, 2, 10, 3, 4, 4, 8, 1, 9, 3, 9, 3, 5, 4, 12, 3, 4, 4, 11, 1, 9, 2, 9, 7, 5, 2, 14, 4, 6, 5, 8, 1, 8, 5, 11, 5, 3, 1, 17, 3, 6, 7, 13, 6, 8, 2, 10, 4, 9, 3, 17, 2, 7, 10, 10, 6, 10, 4, 15, 7, 5, 2
Offset: 1

Views

Author

Tyler Busby, Oct 19 2023

Keywords

Examples

			a(8)=5 because Pell(8)=408 has prime factors {2, 2, 2, 3, 17}.
		

Crossrefs

Programs

  • Mathematica
    PrimeOmega[LinearRecurrence[{2,1},{1,2},83]] (* Stefano Spezia, Oct 19 2023 *)

Formula

a(n) = bigomega(Pell(n)) = A001222(A000129(n)).