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!)
A249388 Put a [+] b = A(A(a) + A(b)), where A=A007913. The sequence lists consecutive row "sums" of triangle A248473, using [+]. 3
1, 2, 1, 2, 3, 2, 2, 94, 1, 1, 1, 2, 6, 2, 17, 2, 2, 1187, 6, 2, 1, 62, 2, 56883, 14, 3, 14471, 2, 14, 3018, 34, 6, 3, 29, 67, 19, 1, 38, 528846, 9758, 14, 18278015, 163506530, 767014, 7, 2, 2611563, 2081053770, 3, 2, 2, 53654, 94, 17175330570, 2, 1612685866 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a7913[n_]:=a7913[n]=Times@@(#[[1]]^Mod[#[[2]], 2])&[Transpose[FactorInteger[n]]];
ab[x_, y_]:=ab[x, y]=a7913[a7913[x]+a7913[y]];
Map[Fold[ab, First[#], Rest[#]]&, Table[a7913[Binomial[a7913[m], a7913[k]]], {m, 0, 50}, {k, 0, m}]] (* Peter J. C. Moses, Oct 27 2014 *)
CROSSREFS
Sequence in context: A275438 A275440 A147784 * A051329 A291711 A173964
KEYWORD
nonn
AUTHOR
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)