login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A333648
Bemirp gaps: differences between consecutive bemirps.
0
30, 510, 300, 8160, 30, 5910, 3000, 87860, 3030, 58710, 30300, 907980, 3000, 496200, 199980, 3030, 76920, 3000, 20070, 8897800, 3000, 251930, 30000, 517870, 89010, 117320, 3000, 87970, 61980, 4092720, 36980, 68020, 522380, 191620, 106230, 1621950, 7200, 620
OFFSET
1,1
COMMENTS
The smallest gap is 10 = 16611666611 - 16611666601 and all terms are divisible by 10 as a result of the rule that all bemirps have to end with 1. Bemirp pairs with a gap 10 are 16611666601, 16611666611, 19911999901, 19911999911, ... .
FORMULA
a(n) = A048895(n+1) - A048895(n).
EXAMPLE
a(1) = 1091 - 1061 = 30.
MATHEMATICA
A048895 = Cases[Import["https://oeis.org/A048895/b048895.txt", "Table"], {_, _}][[All, 2]]; a[n_] := A048895[[n+1]]-A048895[[n]]; a /@ Range[1, 100] (* based on A048895 b-file *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Metin Sariyar, Mar 31 2020
STATUS
approved