[go: up one dir, main page]

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!)
Revision History for A231335 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A231335 Number of distinct Fibonacci numbers in rows of triangle A230871.
(history; published version)
#13 by Michael De Vlieger at Sat Sep 23 07:31:22 EDT 2023
STATUS

reviewed

approved

#12 by Joerg Arndt at Sat Sep 23 03:15:42 EDT 2023
STATUS

proposed

reviewed

#11 by Michel Marcus at Sat Sep 23 01:53:36 EDT 2023
STATUS

editing

proposed

#10 by Michel Marcus at Sat Sep 23 01:53:29 EDT 2023
DATA

1, 1, 2, 2, 3, 3, 3, 4, 3, 3, 5, 4, 3, 4, 6, 4, 5, 4, 5, 6, 5, 4, 6, 7, 4, 5

PROG

(PARI) isfib(n) = my(k=n^2); k+=(k+1)<<2; issquare(k) || issquare(k-8);

vf(v) = #select(isfib, Set(v));

lista(nn) = my(va=[0], vb=[1]); print1(vf(va), ", "); print1(vf(vb), ", "); for (n=2, nn, v = vector(2^(n-1), k, j=(k+1)\2; i=(j+1)\2; y=vb[j]; x=va[i]; if (k%2, y+x, 3*y-x)); print1(vf(v), ", "); va = vb; vb = v; ); \\ Michel Marcus, Sep 23 2023

EXTENSIONS

a(19)-a(25) from Michel Marcus, Sep 23 2023

STATUS

approved

editing

#9 by Wesley Ivan Hurt at Sat Mar 18 22:56:46 EDT 2023
STATUS

editing

approved

#8 by Wesley Ivan Hurt at Sat Mar 18 22:56:13 EDT 2023
COMMENTS

a(n) = Sum_{k=1..A231331(n)} A010056(A231330(n,k);));

#7 by Wesley Ivan Hurt at Sat Mar 18 22:55:27 EDT 2023
COMMENTS

a(n) = sumSum_{k=1..A231331(n)} A010056(A231330(n,k)), k=1..A231331(n)););

CROSSREFS

Cf. A000045, A010056, A230871, A231330, A231331.

#6 by Wesley Ivan Hurt at Sat Mar 18 22:53:38 EDT 2023
CROSSREFS

Cf. A000045, A230871.

STATUS

approved

editing

#5 by Reinhard Zumkeller at Fri Nov 08 03:40:18 EST 2013
STATUS

editing

approved

#4 by Reinhard Zumkeller at Fri Nov 08 02:13:07 EST 2013
DATA

1, 1, 2, 2, 3, 3, 3, 4, 3, 3, 5, 4, 3, 4, 6, 4, 5, 4, 5

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 August 29 15:31 EDT 2024. Contains 375517 sequences. (Running on oeis4.)