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.

Showing 1-1 of 1 results.

A182667 Smallest prime with n terms in its Zeckendorf representation.

Original entry on oeis.org

2, 7, 17, 53, 197, 373, 983, 3803, 6709, 17333, 43783, 103681, 317789, 785671, 2177321, 5581493, 20632861, 38770357, 126491971, 331160281, 1070825143, 1836305137, 6643521067, 10749957121, 32951279111, 86252640919, 213265164691, 591286712167, 2126709216773
Offset: 1

Views

Author

Alex Ratushnyak, Dec 23 2012

Keywords

Comments

Drmota, Müllner, & Spiegelhofer prove that a(n) exists for each n, see links. - Charles R Greathouse IV, Oct 18 2021

Examples

			The smallest prime with 3 terms in its Zeckendorf representation is a(3) = 17.
... with 17 = Fib(7) +  Fib(4) + Fib(2) = 13 + 3 + 1. - _Bernard Schott_, Oct 19 2019
		

Crossrefs

Programs

  • PARI
    a(n)=my(b=oo,k); while(b==oo, k++; forvec(v=vector(n,i,[1,n+k]), my(t=sum(i=1,n,fibonacci(i+v[i]))); if(tCharles R Greathouse IV, Sep 21 2021

Formula

a(n) = A000040(A182561(n)).

Extensions

a(14)-a(29) calculated from the data of A182561 by Amiram Eldar, Oct 19 2019
Showing 1-1 of 1 results.