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!)
A077418 Number of divisors of Fibonacci(n+2)-1. 1
1, 2, 3, 2, 6, 6, 4, 8, 8, 4, 8, 8, 8, 8, 24, 12, 24, 12, 8, 32, 30, 4, 30, 40, 8, 16, 48, 8, 96, 24, 16, 80, 32, 8, 32, 64, 32, 16, 192, 96, 48, 24, 16, 32, 288, 24, 576, 192, 32, 128, 48, 24, 192, 24, 64, 256, 256, 16, 128, 256, 32, 16, 192, 96, 48, 96, 64, 64, 2560, 128, 320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000005(A000071(n+2)). - Amiram Eldar, Jun 24 2023
MATHEMATICA
a[n_] := DivisorSigma[0, Fibonacci[n+2]-1]
DivisorSigma[0, Fibonacci[Range[3, 80]]-1] (* Harvey P. Dale, Nov 29 2018 *)
PROG
(PARI) a(n) = numdiv(fibonacci(n+2)-1); \\ Michel Marcus, Jun 24 2023
CROSSREFS
Sequence in context: A323507 A144176 A307686 * A005421 A348083 A306156
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Dec 15 2002
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)