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!)
A345019 Numbers whose last digit is refactorable. 0
1, 2, 8, 9, 11, 12, 18, 19, 21, 22, 28, 29, 31, 32, 38, 39, 41, 42, 48, 49, 51, 52, 58, 59, 61, 62, 68, 69, 71, 72, 78, 79, 81, 82, 88, 89, 91, 92, 98, 99, 101, 102, 108, 109, 111, 112, 118, 119, 121, 122, 128, 129, 131, 132, 138, 139, 141, 142, 148, 149, 151, 152, 158, 159 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers ending in 1, 2, 8 or 9.
LINKS
FORMULA
a(n) = 10*floor((n-1)/4)+(10+(-1)^n+7*cos(n*Pi/2)-7*sin(n*Pi/2))/2.
Sum_{n>=1} (-1)^(n+1)/a(n) = sqrt((1+1/sqrt(5))/2)*Pi/5. - Amiram Eldar, Apr 15 2023
G.f.: x*( 1+x+6*x^2+x^3+x^4 ) / ( (1+x)*(1+x^2)*(x-1)^2 ). - R. J. Mathar, Mar 25 2024
EXAMPLE
158 is in the sequence since 8 is a refactorable number.
MATHEMATICA
Table[10*Floor[(n - 1)/4] + (10 + (-1)^n + 7*Cos[n*Pi/2] - 7*Sin[n*Pi/2]) / 2, {n, 100}]
CROSSREFS
Cf. A033950 (refactorable numbers).
Sequence in context: A282636 A019511 A103190 * A116039 A030334 A338807
KEYWORD
nonn,easy,base
AUTHOR
Wesley Ivan Hurt, Jun 05 2021
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)