cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A030605 Position of n-th 0 in A030604 (previous version).

Original entry on oeis.org

20, 21, 23, 51, 62, 72, 74, 80, 81, 87, 93, 94, 101, 104, 109, 113, 114, 117, 122, 123, 124, 130, 139, 145, 175, 176, 178, 179, 180, 202, 214, 238, 248, 249, 255, 270, 274, 279, 282, 296, 304, 310, 317, 318, 330, 335, 342, 343
Offset: 1

Views

Author

Keywords

Comments

Due to historical changes in A030604 this sequence starts counting from the second term of A030604, a revised version of this sequence is in A333908. - Sean A. Irvine, Apr 04 2020

Crossrefs

Cf. A333908.

Programs

  • Mathematica
    Flatten[Position[Flatten[IntegerDigits[#,6]&/@Fibonacci[Range[ 2,50]]],0]] (* Harvey P. Dale, Apr 15 2012 *)

Formula

a(n) = A333908(n + 1) - 1. - Sean A. Irvine, Apr 09 2020
Showing 1-1 of 1 results.