[go: up one dir, main page]

login
Revision History for A254413 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Primes in the 8th-order Fibonacci numbers A123526.
(history; published version)
#10 by Harvey P. Dale at Sat Dec 03 11:23:20 EST 2022
STATUS

editing

approved

#9 by Harvey P. Dale at Sat Dec 03 11:23:17 EST 2022
MATHEMATICA

Select[ModuleWith[{nn=8, lr}, lr=PadRight[{}, nn, 8, 1]; }, LinearRecurrence[lr, lr, 200]], PrimeQ] (* Harvey P. Dale, Dec 03 2022 *)

STATUS

approved

editing

#8 by Harvey P. Dale at Sat Dec 03 11:20:01 EST 2022
STATUS

editing

approved

#7 by Harvey P. Dale at Sat Dec 03 11:19:58 EST 2022
MATHEMATICA

Select[Module[{nn=8, lr}, lr=PadRight[{}, nn, 1]; LinearRecurrence[lr, lr, 200]], PrimeQ] (* Harvey P. Dale, Dec 03 2022 *)

STATUS

approved

editing

#6 by Michel Marcus at Fri Feb 06 10:46:33 EST 2015
STATUS

reviewed

approved

#5 by Joerg Arndt at Fri Feb 06 10:34:16 EST 2015
STATUS

proposed

reviewed

#4 by Robert Price at Fri Jan 30 10:10:20 EST 2015
STATUS

editing

proposed

#3 by Robert Price at Fri Jan 30 10:06:37 EST 2015
NAME

Primes in the 8th-order Fibonacci numbers A079262A123526.

DATA

2, 509, 128257, 133294824621464999938178340471931877, 459685204950086135105267245512185974401023293995416925926463802340963167265834025308328431781824206241329, 113, 449, 226241, 14307889, 113783041, 1820091580429249, 233322881089059894782836851617, 29566627412209231076314948970028097, 59243719929958343565697204780596496129, 7507351981539044730893385057192143660843521

COMMENTS

a(612) is too large to display here. It has 395 46 digits and is the 1322nd 158th term in A079262A123526.

MATHEMATICA

a={0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1}; step=8; lst={}; For[n=step, +1, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], AppendTo[lst, sum]]; a=RotateLeft[a]; a[[step]]=sum]; lst

PROG

(PARI) lista(nn) = {gf = x^7/(1-x-x^2-x^3-x^4-x^5-x^6-x^7-x^8); for (n=0, nn, if (isprime(p=polcoeff(gf+O(x^(n+1)), n)), print1(p, ", ")); ); } \\ Michel Marcus, Jan 12 2015

#2 by Robert Price at Fri Jan 30 10:01:40 EST 2015
NAME

allocated for Robert PricePrimes in the 8th-order Fibonacci numbers A079262.

DATA

2, 509, 128257, 133294824621464999938178340471931877, 4596852049500861351052672455121859744010232939954169259264638023409631672658340253083284317818242062413

OFFSET

1,1

COMMENTS

a(6) is too large to display here. It has 395 digits and is the 1322nd term in A079262.

MATHEMATICA

a={0, 0, 0, 0, 0, 0, 0, 1}; step=8; lst={}; For[n=step, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], AppendTo[lst, sum]]; a=RotateLeft[a]; a[[step]]=sum]; lst

PROG

(PARI) lista(nn) = {gf = x^7/(1-x-x^2-x^3-x^4-x^5-x^6-x^7-x^8); for (n=0, nn, if (isprime(p=polcoeff(gf+O(x^(n+1)), n)), print1(p, ", ")); ); } \\ Michel Marcus, Jan 12 2015

KEYWORD

allocated

nonn

AUTHOR

Robert Price, Jan 30 2015

STATUS

approved

editing

#1 by Robert Price at Fri Jan 30 10:01:40 EST 2015
NAME

allocated for Robert Price

KEYWORD

allocated

STATUS

approved