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.

A302098 Number of prime factors (with multiplicity) of generalized Fermat number 14^(2^n) + 1.

Original entry on oeis.org

2, 1, 2, 3, 2, 4, 2, 3
Offset: 0

Views

Author

Jeppe Stig Nielsen, Apr 01 2018

Keywords

Comments

a(8) >= 5. - Chai Wah Wu, Dec 09 2019

Examples

			b(n) = 14^(2^n) + 1
Complete factorizations:
b(0) = 3*5
b(1) = 197
b(2) = 41*937
b(3) = 17*5393*16097
b(4) = 193*11284732320255809
b(5) = 7489*1204905857*1667461121*315256811699009
b(6) = 8633886977*P64
b(7) = 257*100497382788383295179961898289105815085380571534081*P95
		

Crossrefs

Programs

  • PARI
    a(n) = bigomega(14^(2^n)+1)

Formula

a(n) = A001222(A152587(n)).