OFFSET
1,3
COMMENTS
Generated with DrScheme.
LINKS
Jovan Radenkovicc, Formula for the OEIS sequence A136853 (on Reddit)
Jonathan Wellons, Tables of Shared Digits [archived]
Index entries for linear recurrences with constant coefficients, signature (0,10).
FORMULA
From Jovan Radenkovicc, Nov 16 2024: (Start)
For n>=1, a(2*n) = 10^(n-1) and a(2*n+1) = 3*10^(n-1).
a(n) = 10*a(n-2) for n>=4.
For proof see the Reddit link. (End)
EXAMPLE
300000000000000^2 = 90000000000000000000000000000.
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved