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!)
A111378 Squares that are equal to the sum of two Fibonacci numbers. 3
0, 1, 4, 9, 16, 36, 144, 1600, 14930496 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Any further terms have more than 10,000 digits. - Charles R Greathouse IV, Sep 16 2015
LINKS
PROG
(PARI) list(lim)=my(F=List(), v=List([0, 1]), n=1, t); while((t=fibonacci(n++))<=lim, listput(F, t)); F=Vec(F); for(i=1, #F, for(j=i, #F, if(issquare(t=F[i]+F[j]), listput(v, t)))); Set(v) \\ Charles R Greathouse IV, Sep 16 2015
CROSSREFS
Squares in A084176 (or A059389). Cf. A000045.
Sequence in context: A363657 A231180 A250029 * A106313 A219355 A291216
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Nov 09 2005
EXTENSIONS
1600 from Jonathan Vos Post, Nov 11 2005
14930496 from N. J. A. Sloane, Nov 11 2005
STATUS
approved

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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)