mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Blogorrhea > sweety439

Reply
 
Thread Tools
Old 2016-12-07, 17:43   #1
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

47·79 Posts
Default Primes in n-fibonacci sequence and n-step fibonacci sequence

n-fibonacci sequence:

n OEIS sequence
1 A000045
2 A000129
3 A006190
4 A001076
5 A052918
6 A005668
7 A054413
8 A041025
9 A099371
10 A041041
11 A049666
12 A041061

n-step fibonacci sequence:

n OEIS sequence
1 A000012
2 A000045
3 A000213
4 A000288
5 A000322
6 A000383
7 A060455
8 A123526
9 A127193
10 A127194
11 A168083
12 A207539

Is there a project of searching primes in these sequences?

Last fiddled with by sweety439 on 2016-12-07 at 17:44
sweety439 is offline   Reply With Quote
Old 2016-12-07, 18:03   #2
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

31·233 Posts
Default

I suggest that you take a look at MathWorld. If one exists, you would like find out about it there.
rogue is offline   Reply With Quote
Old 2016-12-07, 18:47   #3
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

100001000000102 Posts
Default

Quote:
Originally Posted by sweety439 View Post
Is there a project of searching primes in these sequences?
have you read up on recursive relations and parity arguments etc before posting these because with that and modular arithmetic on polynomials under the polynomial remainder theorem I bet you could do a quick scan of them first yourself.


for example we know things like:

any polynomial without a certain number of odd coefficients including the constant term have certain properties like always being even or switching back and forth etc. just based on parity arguments we can say things like:

any polynomial with an even number of odd coefficients will pair those up under half the integer x values. any with an odd number of odd coefficients including the constant term will be odd at least half the time.

we know by the pigeonhole principle that given modular remainders only can be 0 to n-1 ( n values) mod n that every n terms in a sequence has the same modular remainder mod n. etc.

for the relationship a_n=a_{n-1}+a_{n-2} we have the obvious statements like unless the two values you sum are opposite parity then the nth value will be even. since the only even prime is 2 it makes it hard to be prime and have this occur.
science_man_88 is offline   Reply With Quote
Old 2017-02-01, 16:02   #4
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

E8116 Posts
Default Primes in Lucas sequences

Are there any research for primes in Lucas U(P, Q) and V(P, Q) sequences? i.e.

a(0)=0, a(1)=1, a(n+2)=P*a(n+1)-Q*a(n) for all n>=0

and

a(0)=2, a(1)=P, a(n+2)=P*a(n+1)-Q*a(n) for all n>=0
sweety439 is offline   Reply With Quote
Old 2017-02-01, 16:48   #5
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

2×52×132 Posts
Default

Quote:
Originally Posted by sweety439 View Post
Are there any research for primes in Lucas U(P, Q) and V(P, Q) sequences? i.e.

a(0)=0, a(1)=1, a(n+2)=P*a(n+1)-Q*a(n) for all n>=0

and

a(0)=2, a(1)=P, a(n+2)=P*a(n+1)-Q*a(n) for all n>=0
see http://mersenneforum.org/showpost.ph...7&postcount=13 for an answer.
science_man_88 is offline   Reply With Quote
Old 2017-02-01, 19:56   #6
R. Gerbicz
 
R. Gerbicz's Avatar
 
"Robert Gerbicz"
Oct 2005
Hungary

3·5·109 Posts
Default

Quote:
Originally Posted by sweety439 View Post
n-step fibonacci sequence:

n OEIS sequence
1 A000012
[...]
Is there a project of searching primes in these sequences?
Do not search primes in A000012.
R. Gerbicz is offline   Reply With Quote
Old 2017-02-02, 13:35   #7
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
"name field"
Jun 2011
Thailand

24·643 Posts
Default

Quote:
Originally Posted by R. Gerbicz View Post
Do not search primes in A000012.
LOL Robert, good spot, haha.. .
LaurV is offline   Reply With Quote
Old 2017-02-02, 17:13   #8
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

47·79 Posts
Default

... of course... A000012 contains no primes since it only contains 1 ... XDDD
sweety439 is offline   Reply With Quote
Old 2017-02-02, 17:19   #9
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

47·79 Posts
Default

Quote:
Originally Posted by sweety439 View Post
n-fibonacci sequence:

n OEIS sequence
1 A000045
2 A000129
3 A006190
4 A001076
5 A052918
6 A005668
7 A054413
8 A041025
9 A099371
10 A041041
11 A049666
12 A041061

n-step fibonacci sequence:

n OEIS sequence
1 A000012
2 A000045
3 A000213
4 A000288
5 A000322
6 A000383
7 A060455
8 A123526
9 A127193
10 A127194
11 A168083
12 A207539

Is there a project of searching primes in these sequences?
The 11-step fibonacci sequence should be A127624, not A168083.
sweety439 is offline   Reply With Quote
Old 2017-02-02, 17:29   #10
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

100001000000102 Posts
Default

Quote:
Originally Posted by sweety439 View Post
... of course... A000012 contains no primes since it only contains 1 ... XDDD
and if you do the math you'll see that primes could only occur in certain places in the others as well based on them being odd:

0,1,1,2,3,5,8,... notice a pattern
even+odd=odd
odd+odd=even so every third entry is even and can be eliminated from the search.( except 2)

1,1,1,3,5,9, they are all odd but technically could do other things to eliminate composites.
1,1,1,1,4,7,13,25,49,94,... every fifth number is eliminated because it's even.
1,1,1,1,1,.. all odd again.
1,1,1,1,1,1,6, every 7th number is eliminated because it's even
all odd again
every n+1th number is even and eliminated.

and that's just a start.

https://en.wikipedia.org/wiki/Fibona...d_divisibility would help you with the fibonacci sequence.

Last fiddled with by science_man_88 on 2017-02-02 at 17:36
science_man_88 is offline   Reply With Quote
Old 2017-02-03, 06:18   #11
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

47×79 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
and if you do the math you'll see that primes could only occur in certain places in the others as well based on them being odd:

0,1,1,2,3,5,8,... notice a pattern
even+odd=odd
odd+odd=even so every third entry is even and can be eliminated from the search.( except 2)

1,1,1,3,5,9, they are all odd but technically could do other things to eliminate composites.
1,1,1,1,4,7,13,25,49,94,... every fifth number is eliminated because it's even.
1,1,1,1,1,.. all odd again.
1,1,1,1,1,1,6, every 7th number is eliminated because it's even
all odd again
every n+1th number is even and eliminated.

and that's just a start.

https://en.wikipedia.org/wiki/Fibona...d_divisibility would help you with the fibonacci sequence.
For n-fibonacci sequence, if the k-th term (F(n,k)) is prime (F(n,0)=0, F(n,1)=1, F(n,2)=n), then k must be prime, the only exception is F(1,4)=3.

Last fiddled with by sweety439 on 2017-02-03 at 06:23
sweety439 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lucas and Fibonacci primes Batalov And now for something completely different 9 2017-06-28 16:56
Generalized Fibonacci Sequence MattcAnderson MattcAnderson 1 2017-05-25 22:57
Smarandache-Fibonacci Primes rogue And now for something completely different 5 2016-07-18 14:33
Fibonacci modulo Fibonacci robert44444uk Math 3 2007-05-19 07:15
Any other primes in this sequence? brunoparga Math 16 2006-02-27 21:23

All times are UTC. The time now is 05:52.


Mon Jun 5 05:52:01 UTC 2023 up 291 days, 3:20, 0 users, load averages: 0.83, 1.01, 1.20

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔