login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A164947
Numbers n such that A004090(n)/A060384(n) is an integer.
1
1, 2, 3, 4, 5, 6, 7, 10, 12, 16, 20, 21, 35, 56, 78, 84, 97, 125, 138, 184, 189, 300, 418, 437, 550
OFFSET
1,2
COMMENTS
No further terms between 550 and 12000. [R. J. Mathar, Sep 27 2009]
No further terms up to 50000. - Michel Marcus, Apr 28 2018
PROG
(PARI) isok(n) = my(f=fibonacci(n), d=digits(f)); !(vecsum(d) % #d); \\ Michel Marcus, Apr 28 2018
CROSSREFS
Sequence in context: A018444 A032378 A342726 * A112881 A308019 A008814
KEYWORD
nonn,base,more
AUTHOR
Ctibor O. Zizka, Sep 01 2009
EXTENSIONS
14 more terms from R. J. Mathar, Sep 27 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 23:55 EDT 2024. Contains 376078 sequences. (Running on oeis4.)