Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100279
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100279 Inverse Moebius transform applied twice to Lucas numbers (A000032). +0
3
4, 1, 5, 11, 30, 200, 5880, 1149852, 6643838880, 7639424866275970, 50755107359004694925071660, 387739824812222466915538827541705412334750, 19679776435706023589554719270187917683310683639911856695096924149852 (list; graph; listen)
OFFSET

0,1

FORMULA

a(n) = SUM[d|n]A100707(d).

a(n)= A100107(A000032(n)). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 21 2007

MAPLE

A000032 := proc(n) option remember; if n =0 then 2; elif n = 1 then 1; else A000032(n-1)+A000032(n-2) ; fi ; end: A100107 := proc(n) option remember ; local a, dvs, d ; a := 0: dvs := numtheory[divisors](n) ; for d in dvs do a := a+ A000032(d) ; od: RETURN(a) ; end: A100279 := proc(n) option remember ; A100107(A000032(n)) ; end: seq(A100279(n), n=0..15) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 21 2007

CROSSREFS

Cf. A000032, A100107.

Sequence in context: A080852 A090842 A120868 this_sequence A132379 A130746 A125078

Adjacent sequences: A100276 A100277 A100278 this_sequence A100280 A100281 A100282

KEYWORD

nonn

AUTHOR

Jonathan Vos Post (jvospost2(AT)yahoo.com), Dec 26 2004

EXTENSIONS

Corrected and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 21 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 28 22:44 EDT 2008. Contains 143251 sequences.


AT&T Labs Research