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!)
A133022 Product of n-th Fibonacci number and n-th Fibonacci number written backwards. 2
0, 1, 1, 4, 9, 25, 64, 403, 252, 1462, 3025, 8722, 63504, 77356, 291421, 9760, 778743, 12697747, 12537568, 7584334, 38398140, 710406346, 208476181, 2168819074, 4004525952, 3905576425, 47722137553, 160019976838, 37728297243, 474332543035, 33479625520 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A000045(n) * A004091(n).
EXAMPLE
403 = 13*31.
MAPLE
a:= n-> (f-> (s-> f*parse(cat(s[-i]$i=1..length(s))))(
""||f))(((<<0|1>, <1|1>>^n)[1, 2])):
seq(a(n), n=0..30); # Alois P. Heinz, Apr 06 2018
MATHEMATICA
#*FromDigits[Reverse[IntegerDigits[#]]]&/@Fibonacci[Range[0, 40]] (* Harvey P. Dale, Oct 12 2012 *)
CROSSREFS
Sequence in context: A175627 A007598 A121648 * A184326 A217590 A279397
KEYWORD
base,easy,nonn
AUTHOR
Omar E. Pol, Nov 07 2007
EXTENSIONS
Corrected and extended by Harvey P. Dale, Oct 12 2012
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 May 5 14:07 EDT 2024. Contains 372275 sequences. (Running on oeis4.)