login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110737 Row sums in A112668. 4
1, 4, 21, 40, 1555, 3906, 299593, 3280, 87381, 435848050, 67546215517, 61035156, 61054982558011, 328114698808274, 76861433640456465, 21523360, 128583032925805678351, 953674316406, 275941052631578947368421, 1743392200 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..20.

MAPLE

A110737 := proc(n) local i, a ; if n = 1 then RETURN(1) ; else a := 2 ; while (1-a^n)/(1-a) mod n <> 0 do a := a+1 ; od ; RETURN( (1-a^n)/(1-a) ) ; fi ; end: for n from 1 to 25 do printf("%d, ", A110737(n)) : od : - R. J. Mathar, Mar 13 2007

CROSSREFS

Cf. A110738, A110739.

Sequence in context: A086474 A085703 A063122 * A042223 A033569 A201446

Adjacent sequences:  A110734 A110735 A110736 * A110738 A110739 A110740

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 10 2005

EXTENSIONS

More terms from R. J. Mathar, Mar 13 2007

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 20 04:18 EDT 2013. Contains 225446 sequences.