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!)
A092095 a(n) = Sum_{i=0,1,2,..; n-k*i >= -n} |n-k*i| for k=4. 0
9, 16, 16, 24, 25, 36, 36, 48, 49, 64, 64, 80, 81, 100, 100 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
REFERENCES
F. Smarandache, Back and Forth Factorials, Arizona State Univ., Special Collections, 1972.
F. Smarandache, Back and Forth Summants, Arizona State Univ., Special Collections, 1972.
LINKS
J. Dezert, ed., Smarandacheials (1), Mathematics Magazine for Grades 1-12, No. 4, 2004.
J. Dezert, ed., Smarandacheials (2), Mathematics Magazine for Grades 1-12, No. 4, 2004.
F. Smarandache, Summants [Broken link]
MAPLE
S := proc(n, k) local a, i ; a :=0 ; i := 0 ; while n-k*i >= -n do a := a+abs(n-k*i) ; i := i+1 ; od: RETURN(a) ; end: k := 4: seq(S(n, k), n=k+1..80) ; # R. J. Mathar, Feb 01 2008 (Adapted from program for A092096 by N. J. A. Sloane, Jul 03 2017)
CROSSREFS
Sequence in context: A169999 A110151 A131746 * A186851 A201266 A231977
KEYWORD
nonn,more
AUTHOR
Jahan Tuten (jahant(AT)indiainfo.com), Mar 29 2004
EXTENSIONS
Edited with better definition by Omar E. Pol, Dec 28 2008
Entry revised by N. J. A. Sloane, Jul 03 2017
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)