login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001269 Table T(n,k) in which n-th row lists prime factors of 2^n + 1 (n >= 0), with repetition. 5

%I #36 Feb 29 2024 23:08:14

%S 2,3,5,3,3,17,3,11,5,13,3,43,257,3,3,3,19,5,5,41,3,683,17,241,3,2731,

%T 5,29,113,3,3,11,331,65537,3,43691,5,13,37,109,3,174763,17,61681,3,3,

%U 43,5419,5,397,2113,3,2796203,97,257,673,3,11,251,4051

%N Table T(n,k) in which n-th row lists prime factors of 2^n + 1 (n >= 0), with repetition.

%C Rows have irregular lengths.

%C The length of row n is A054992(n).

%D J. Brillhart et al., Factorizations of b^n +- 1. Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 2nd edition, 1985; and later supplements.

%H Max Alekseyev, <a href="/A001269/b001269.txt">Rows n = 0..1122, flattened</a> (rows 0..500 from T. D. Noe)

%H J. Brillhart et al., <a href="http://dx.doi.org/10.1090/conm/022">Factorizations of b^n +- 1</a>, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.

%H Ricardo Gómez Aíza, <a href="https://arxiv.org/abs/2402.16111">Trees with flowers: A catalog of integer partition and integer composition trees with their asymptotic analysis</a>, arXiv:2402.16111 [math.CO], 2024. See p. 23.

%H S. S. Wagstaff, Jr., <a href="http://www.cerias.purdue.edu/homes/ssw/cun/index.html">The Cunningham Project</a>

%H Chai Wah Wu, <a href="https://github.com/postvakje/Reformatted-Cunningham-Project-tables">Tables from the Cunningham Project in machine-readable JSON format.</a>

%e Triangle begins:

%e 2;

%e 3;

%e 5;

%e 3,3,17;

%e 3,11;

%e 5,13;

%e 3,43;

%e 257;

%e ...

%t repeat[{p_, e_}] := Table[p, {e}]; row[n_] := repeat /@ FactorInteger[2^n + 1] // Flatten; Table[row[n], {n, 0, 25}] // Flatten (* _Jean-François Alcover_, Jul 13 2012 *)

%o (PARI) apply( A001269_row(n)=concat(apply(f->vector(f[2],i,f[1]), Col(factor(2^n+1))~)), [0..19]) \\ _M. F. Hasler_, Nov 19 2018

%Y Cf. A060444 (factors w/o repetition), A054992 (row lengths).

%K nonn,tabf

%O 0,1

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)