login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063374 Fibonacci(n!). 0
1, 1, 1, 8, 46368, 5358359254990966640871840, 1323171012053243520828784042795469593341319770463238313551473338336502410952765153371119398122747569819754164672344667591018783803781288766524146031040 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

MATHEMATICA

Array[Fibonacci[ #! ]&, 7] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 01 2009]

PROG

(PARI) for(n=0, 6, print(fibonacci(n!)))

(Other) sage: [fibonacci(factorial(n)) for n in xrange(0, 9)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Nov 30 2009]

CROSSREFS

Sequence in context: A013788 A156178 A175855 * A067055 A137142 A036535

Adjacent sequences:  A063371 A063372 A063373 * A063375 A063376 A063377

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 23 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.